PEE/pee-companion/manifest.json

25 lines
506 B
JSON
Raw Normal View History

{
"manifest_version": 3,
"name": "PEE Companion",
"description": "Bypass content blocking on mean archives!",
"version": "1.0",
"icons": {
"64": "1449696017588-comp.png"
},
"permissions": [
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https://desuarchive.org/*",
"https://arch.b4k.co/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rule1",
"enabled": true,
"path": "b4k-csp.json"
}
]
}
}