Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.6.4",
"manifest_version": 3,
"description": "__MSG_appDescription__",
"icons": {
"16": "experience_platform_16.1bcafd66.png",
"48": "experience_platform_48.041caf2b.png",
"128": "experience_platform_128.5d253c40.png"
},
"minimum_chrome_version": "90.0.0",
"default_locale": "en",
"background": {
"service_worker": "sw.db401fe7.js"
},
"action": {
"default_icon": {
"16": "experience_platform_16.1bcafd66.png",
"48": "experience_platform_48.041caf2b.png",
"128": "experience_platform_128.5d253c40.png"
},
"default_title": "__MSG_appName__"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"http:\/\/*\/*.xml",
"https:\/\/*\/*.xml",
"https:\/\/*.adobelogin.com\/*"
],
"js": [
"content.4aa5ad29.js"
],
"run_at": "document_start",
"css": []
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"http:\/\/*\/*.xml",
"https:\/\/*\/*.xml",
"https:\/\/*.adobelogin.com\/*"
],
"js": [
"alloyHooks.89371db6.js",
"getTargetTrace.27095fe0.js",
"watchConsoleLogs.8258a5d6.js",
"watchDataLayer.733bb607.js"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": false,
"css": []
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"http:\/\/*\/*.xml",
"https:\/\/*\/*.xml",
"https:\/\/*.adobelogin.com\/*"
],
"js": [
"getSummary.91458fff.js"
],
"run_at": "document_idle",
"world": "MAIN",
"all_frames": false,
"css": []
}
],
"permissions": [
"cookies",
"debugger",
"declarativeNetRequestWithHostAccess",
"scripting",
"storage",
"webNavigation",
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"src\/login\/login.html"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"src\/app\/index.html",
"src\/content\/injectedScripts\/auditorTests.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}