v1.0
This commit is contained in:
27
manifest.json
Normal file
27
manifest.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Т-Банк Экспорт",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"icons": {
|
||||
"16": "/icons/16x16.png",
|
||||
"48": "/icons/48x48.png",
|
||||
"128": "/icons/128x128.png"
|
||||
},
|
||||
"action": {
|
||||
"default_title": "Скачать выписку"
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "/service_worker.js"
|
||||
},
|
||||
"host_permissions": [
|
||||
"*://tbank.ru/*",
|
||||
"*://www.tbank.ru/*"
|
||||
],
|
||||
"permissions": [
|
||||
"cookies",
|
||||
"activeTab",
|
||||
"downloads",
|
||||
"scripting"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user