wallet-core/packages/taler-wallet-webextension/manifest.json
2020-08-10 22:19:23 +05:30

50 lines
907 B
JSON

{
"manifest_version": 2,
"name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers",
"version": "0.6.77.4",
"version_name": "0.7.1-dev.3",
"minimum_chrome_version": "51",
"minimum_opera_version": "36",
"applications": {
"gecko": {
"id": "wallet@taler.net",
"strict_min_version": "68.0"
}
},
"icons": {
"32": "static/img/icon.png",
"128": "static/img/logo.png"
},
"permissions": [
"storage",
"activeTab"
],
"optional_permissions": [
"webRequest",
"webRequestBlocking",
"http://*/*",
"https://*/*"
],
"browser_action": {
"default_icon": {
"32": "static/img/icon.png"
},
"default_title": "Taler",
"default_popup": "static/popup.html"
},
"background": {
"page": "static/background.html",
"persistent": true
}
}