Inspect and view changes in Shared Clipboard 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
{
"name": "Shared Clipboard",
"version": "1.2",
"description": "Extension for the Shared Clipboard mobile app and website",
"manifest_version": 2,
"icons": {
"16": "sc16.png",
"32": "sc32.png",
"48": "sc48.png",
"128": "sc128.png"
},
"browser_action": {
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com https://apis.google.com; object-src 'self'",
"permissions": [
"notifications",
"contextMenus",
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"page": "background.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}