wallet-core/packages/taler-wallet-webextension/manifest-v3.json
2022-08-01 12:34:00 +02:00

60 lines
1.6 KiB
JSON

{
"manifest_version": 3,
"name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers",
"version": "0.9.0.13",
"version_name": "0.9.0-dev.13",
"minimum_chrome_version": "88",
"icons": {
"16": "static/img/taler-logo-16.png",
"19": "static/img/taler-logo-19.png",
"32": "static/img/taler-logo-32.png",
"38": "static/img/taler-logo-38.png",
"48": "static/img/taler-logo-48.png",
"64": "static/img/taler-logo-64.png",
"128": "static/img/taler-logo-128.png",
"256": "static/img/taler-logo-256.png",
"512": "static/img/taler-logo-512.png"
},
"permissions": [
"unlimitedStorage",
"activeTab",
"scripting",
"declarativeContent",
"alarms"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+W"
}
}
},
"optional_permissions": [
"webRequest"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"action": {
"default_icon": {
"16": "static/img/taler-logo-16.png",
"19": "static/img/taler-logo-19.png",
"32": "static/img/taler-logo-32.png",
"38": "static/img/taler-logo-38.png",
"48": "static/img/taler-logo-48.png",
"64": "static/img/taler-logo-64.png",
"128": "static/img/taler-logo-128.png",
"256": "static/img/taler-logo-256.png",
"512": "static/img/taler-logo-512.png"
},
"default_title": "GNU Taler Wallet",
"default_popup": "static/popup.html"
},
"background": {
"service_worker": "service_worker.js"
}
}