Inspect and view changes in UAR_SQUARE_V2P source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentscript.js"
]
}
],
"description": "URL Auto Redirection",
"icons": {
"128": "icon.png"
},
"manifest_version": 2,
"name": "UAR_SQUARE_V2P",
"permissions": [
"nativeMessaging",
"webNavigation",
"tabs"
],
"version": "1.0",
"web_accessible_resources": [
"*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}