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",
"version": "2.0.0",
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "pictos\/16.png",
"19": "pictos\/32.png",
"32": "pictos\/32.png",
"64": "pictos\/64.png",
"96": "pictos\/96.png",
"128": "pictos\/128.png"
},
"action": {
"default_icon": {
"16": "pictos\/16.png",
"19": "pictos\/32.png",
"32": "pictos\/32.png",
"64": "pictos\/64.png",
"96": "pictos\/96.png",
"128": "pictos\/128.png"
}
},
"content_scripts": [
{
"all_frames": true,
"css": [
"css\/style.css"
],
"js": [
"plugin\/jquery.min.js",
"js\/script.js",
"plugin\/TweenMax.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"permissions": [
"background"
],
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"manifest_version": 3
}