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_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.2.1",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqb1fef1iTqpjtRwcmoUHhFyewa283TxqZkadFP0f6bFljh1N0sD2q243wq09hBkc9ZdRhiqRKaTMvawVyXlHk0fkJMb9hKxAAd+T2ZbhpL6VRhXSMegqQ6cr3cRkNvlTSFKxH0kFQZRagQcHv8tOAEmW5bBhkvjrqaZNU2wIIw3B1dgHk2pTzusu1qGzvVsOEqtyqwinoWgwNTJuNRHv8nGDf\/NWkE2QQOJsvyhAZ+04W9lkKEerhvZQn\/cTL7ROhtFaFssGLGxDl8ceGJPOZqkTTm7omnp51UMaSZLtpYYoXL6tWwYpLNk0N3pprzgyivMTKKhyNZ6uAlP5LcvwdQIDAQAB",
"minimum_chrome_version": "88",
"icons": {
"16": "logo\/icon16.png",
"32": "logo\/icon32.png",
"48": "logo\/icon48.png",
"128": "logo\/icon128.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"activeTab",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "rules.json"
}
]
},
"background": {
"service_worker": "js\/worker.js",
"type": "module"
}
}