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": "Adobe CJA Page Reports",
"version": "1.1.0",
"description": "Displays CJA traffic details for the current page.",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/cja.adobe.io\/*",
"https:\/\/reporting.acc.appsvc.an.adobe.com\/*",
"https:\/\/ims-na1.adobelogin.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/img1.png",
"48": "images\/img1.png",
"128": "images\/img1.png"
}
},
"options_page": "options.html",
"icons": {
"16": "images\/img1.png",
"48": "images\/img1.png",
"128": "images\/img1.png"
}
}