37 строки
807 B
JSON
37 строки
807 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Переадресация Корпоративного портала",
|
|
"version": "1.0",
|
|
"icons": {
|
|
"16": "/icons/16x16.png",
|
|
"48": "/icons/48x48.png",
|
|
"128": "/icons/128x128.png"
|
|
},
|
|
"permissions": [
|
|
"declarativeNetRequest",
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"*://corp.tularegion.local/*",
|
|
"*://corp.tularegion.ru/*"
|
|
],
|
|
"background": {
|
|
"service_worker": "/background.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "/public/index.html"
|
|
},
|
|
"declarative_net_request": {
|
|
"rule_resources": [
|
|
{
|
|
"id": "ruleset",
|
|
"enabled": true,
|
|
"path": "/rules.json"
|
|
}
|
|
]
|
|
},
|
|
"content_security_policy": {
|
|
"extension_pages": "default-src 'self'; script-src 'self' 'wasm-unsafe-eval'"
|
|
}
|
|
}
|