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",
"manifest_version": 3,
"name": "__MSG_scriptcat__",
"version": "1.2.6",
"author": "Ace Stream, CodFrm",
"description": "__MSG_scriptcat_description__",
"options_ui": {
"page": "src\/options.html",
"open_in_tab": true
},
"background": {
"service_worker": "src\/service_worker.js"
},
"incognito": "split",
"action": {
"default_popup": "src\/popup.html",
"default_icon": {
"128": "assets\/logo.png"
}
},
"icons": {
"128": "assets\/logo.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"alarms",
"storage",
"cookies",
"offscreen",
"scripting",
"downloads",
"activeTab",
"webRequest",
"userScripts",
"contextMenus",
"notifications",
"clipboardWrite",
"unlimitedStorage",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"sandbox": {
"pages": [
"src\/sandbox.html"
]
}
}