29 строки
571 B
JSON
29 строки
571 B
JSON
|
{
|
||
|
"manifest_version": 3,
|
||
|
"name": "Переадресация Корпоративного портала",
|
||
|
"version": "1.0",
|
||
|
"permissions": [
|
||
|
"declarativeNetRequest",
|
||
|
"storage"
|
||
|
],
|
||
|
"host_permissions": [
|
||
|
"*://corp.tularegion.local/*",
|
||
|
"*://corp.tularegion.ru/*"
|
||
|
],
|
||
|
"background": {
|
||
|
"service_worker": "/background.js"
|
||
|
},
|
||
|
"action": {
|
||
|
"default_popup": "/main.html"
|
||
|
},
|
||
|
"declarative_net_request": {
|
||
|
"rule_resources": [
|
||
|
{
|
||
|
"id": "ruleset",
|
||
|
"enabled": true,
|
||
|
"path": "/rules.json"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|