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",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.0.4",
"default_locale": "en",
"icons": {
"128": "icon128.png"
},
"action": {
"default_popup": "\/popup\/popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"host_permissions": [
"*:\/\/*.reddit.com\/*"
],
"permissions": [
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": false,
"path": "rules\/rules_1.json"
},
{
"id": "ruleset_2",
"enabled": false,
"path": "rules\/rules_2.json"
},
{
"id": "ruleset_3",
"enabled": false,
"path": "rules\/rules_3.json"
},
{
"id": "ruleset_4",
"enabled": false,
"path": "rules\/rules_4.json"
},
{
"id": "ruleset_5",
"enabled": false,
"path": "rules\/rules_5.json"
},
{
"id": "ruleset_6",
"enabled": false,
"path": "rules\/rules_6.json"
},
{
"id": "ruleset_7",
"enabled": false,
"path": "rules\/rules_7.json"
},
{
"id": "ruleset_8",
"enabled": false,
"path": "rules\/rules_8.json"
},
{
"id": "ruleset_9",
"enabled": false,
"path": "rules\/rules_9.json"
}
]
}
}