Inspect and view changes in Donut Go 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": "Donut Go",
"version": "0.0.0.1",
"manifest_version": 2,
"description": "A Chromium extension to swich VIEW/EDIT in AEM.",
"icons": {
"16": "icons/donut16.png",
"32": "icons/donut32.png",
"48": "icons/donut48.png",
"128": "icons/donut128.png"
},
"browser_action": {
"default_popup": "popup/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts/content.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}