Inspect and view changes in CodeShare 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
{
"manifest_version": 3,
"name": "CodeShare",
"version": "2.2",
"description": "CodeShare enables one to share text snippets with others securely and quickly.",
"icons": {
"48": "icons/beasts-48.png"
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"action": {
"default_icon": {
"32": "icons/beasts-32.png"
},
"default_title": "CodeShare",
"default_popup": "popup/index.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}