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",
"name": "OrangeMonkey",
"version": "2.0.11",
"manifest_version": 3,
"minimum_chrome_version": "120",
"description": "__MSG_extDescription__",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_locale": "en",
"action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "__MSG_extName__",
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background.js"
},
"options_page": "options\/index.html",
"content_scripts": [
{
"js": [
"injected.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
},
{
"js": [
"onboarding.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"permissions": [
"tabs",
"scripting",
"notifications",
"downloads",
"storage",
"unlimitedStorage",
"offscreen",
"webRequest",
"userScripts"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}