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",
"name": "__MSG_extensionName__",
"version": "1.0.2",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"icons": {
"16": "assets\/cc_appicon_16.png",
"18": "assets\/cc_appicon_18.png",
"24": "assets\/cc_appicon_24.png",
"60": "assets\/cc_appicon_60.png",
"128": "assets\/cc_appicon_128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"webRequest",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"manifest_version": 2,
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": [],
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval' https:\/\/js-agent.newrelic.com\/nr-spa-1198.min.js https:\/\/bam.nr-data.net\/ https:\/\/use.typekit.net\/ruf7eed.js; object-src 'self'",
"web_accessible_resources": [
"index.html"
]
}