48 lines
996 B
JSON
48 lines
996 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Medods to N3.Health",
|
|
"version": "2.1",
|
|
"description": "Медодс. Электронное подписание документов",
|
|
"permissions": [
|
|
"activeTab",
|
|
"downloads",
|
|
"storage",
|
|
"scripting",
|
|
"offscreen"
|
|
],
|
|
"host_permissions": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": {
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
}
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"options_page": "search.html",
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*/clients/*/documents*"],
|
|
"js": ["content.js"],
|
|
"run_at": "document_end"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": [
|
|
"metaData.js",
|
|
"singing.js",
|
|
"documents.js",
|
|
"userData.js",
|
|
"search.html"
|
|
],
|
|
"matches": ["<all_urls>"]
|
|
}
|
|
]
|
|
} |