Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AEM Switcher & Multi-Tool",
"description": "AEM Multi Tool is chrome extension which helps to navigate between AEM Pages & also includes various functions",
"version": "1.3",
"permissions": [
"tabs",
"activeTab"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "AEM Multi Tool",
"default_popup": "popup.html"
},
"icons": {
"16": "\/assets\/logo_icon_16.png",
"24": "\/assets\/logo_icon_24.png",
"32": "\/assets\/logo_icon_32.png",
"128": "\/assets\/main_logo.png"
},
"web_accessible_resources": [
{
"resources": [
"etc\/*"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"https:\/\/adobeaemcloud.com\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"run_at": "document_idle"
}
]
}