Inspect and view changes in AEM Enhancer by RubensRainelli 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": "AEM Enhancer by RubensRainelli",
"version": "0.1.3",
"short description": "This extension is made to improve productivity in AEM by adding right click features. By installing you accept LICENSE",
"description": "This extension is made to improve productivity in AEM by adding right click features. By installing you accept LICENSE",
"permissions": [
"contextMenus",
"tabs",
"tabGroups",
"activeTab",
"alarms",
"clipboardRead",
"clipboardWrite",
"scripting"
],
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_icon": {
"16": "./icons/16.png",
"48": "./icons/48.png",
"128": "./icons/128.png"
},
"default_popup": "management.html"
},
"icons": {
"16": "./icons/16.png",
"48": "./icons/48.png",
"128": "./icons/128.png"
},
"content_security_policy": {},
"host_permissions": [
"http://*/*",
"https://*/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}