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",
"description": "__MSG_appDesc__",
"version": "1.6.2",
"manifest_version": 3,
"name": "__MSG_appName__",
"version_name": "1.6.2 beta",
"author": "OriginalMy.com",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_icon": "icon\/icon36.png"
},
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"36": "icon\/icon36.png",
"48": "icon\/icon48.png",
"96": "icon\/icon96.png",
"128": "icon\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"jquery.min.js",
"contentScript.bundle.js"
],
"css": [
"content.styles.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon\/icon128.png",
"icon\/icon36.png"
],
"matches": []
}
],
"permissions": [
"tabs",
"management",
"storage",
"activeTab",
"notifications",
"identity",
"tabCapture",
"gcm",
"scripting",
"offscreen"
]
}