Inspect and view changes in SuperCopy unblock 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"
],
"persistent": true
},
"browser_action": {
"default_popup": "html/popup.html",
"default_title": "__MSG_name__"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/content.js"
]
}
],
"content_security_policy": "script-src 'self' https://www.google-analytics.com https://*.googleapis.com https://www.googletagmanager.com blob:; object-src 'self'",
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"default_locale": "en",
"manifest_version": 2,
"name": "__MSG_name__",
"description": "__MSG_description__",
"permissions": [
"<all_urls>",
"storage",
"webRequest",
"webRequestBlocking"
],
"version": "2.14.2",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}