2015-11-25 20:41:31 +01:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2016-10-21 21:28:18 +02:00
|
|
|
|
2016-02-09 22:17:24 +01:00
|
|
|
"name": "GNU Taler Wallet (git)",
|
2016-10-21 21:28:18 +02:00
|
|
|
"description": "Privacy preserving and transparent payments",
|
|
|
|
"author": "GNU Taler Developers",
|
2021-01-17 18:34:01 +01:00
|
|
|
"version": "0.8.0.9",
|
|
|
|
"version_name": "0.8.1-dev.9",
|
2015-11-25 20:41:31 +01:00
|
|
|
|
2017-03-10 16:06:58 +01:00
|
|
|
"minimum_chrome_version": "51",
|
2016-10-21 17:34:42 +02:00
|
|
|
"minimum_opera_version": "36",
|
2016-10-06 14:32:01 +02:00
|
|
|
|
2015-11-25 20:41:31 +01:00
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
2016-10-11 17:55:14 +02:00
|
|
|
"id": "wallet@taler.net",
|
2021-06-21 15:08:28 +02:00
|
|
|
"strict_min_version": "57.0"
|
2015-11-25 20:41:31 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2016-10-21 21:28:18 +02:00
|
|
|
"icons": {
|
2020-08-10 18:49:23 +02:00
|
|
|
"32": "static/img/icon.png",
|
|
|
|
"128": "static/img/logo.png"
|
2016-10-21 21:28:18 +02:00
|
|
|
},
|
|
|
|
|
2015-11-25 20:41:31 +01:00
|
|
|
"permissions": [
|
2016-01-04 10:48:57 +01:00
|
|
|
"storage",
|
2020-05-01 10:46:56 +02:00
|
|
|
"activeTab"
|
|
|
|
],
|
|
|
|
|
|
|
|
"optional_permissions": [
|
2016-09-06 13:31:30 +02:00
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
2015-11-25 20:41:31 +01:00
|
|
|
"http://*/*",
|
|
|
|
"https://*/*"
|
2015-12-03 20:07:03 +01:00
|
|
|
],
|
2015-11-25 20:41:31 +01:00
|
|
|
|
|
|
|
"browser_action": {
|
2016-10-21 21:28:18 +02:00
|
|
|
"default_icon": {
|
2020-08-10 18:49:23 +02:00
|
|
|
"32": "static/img/icon.png"
|
2016-10-21 21:28:18 +02:00
|
|
|
},
|
2015-11-25 20:41:31 +01:00
|
|
|
"default_title": "Taler",
|
2020-08-10 18:49:23 +02:00
|
|
|
"default_popup": "static/popup.html"
|
2015-11-25 20:41:31 +01:00
|
|
|
},
|
2015-12-03 20:07:03 +01:00
|
|
|
|
2015-11-25 20:41:31 +01:00
|
|
|
"background": {
|
2020-08-10 18:49:23 +02:00
|
|
|
"page": "static/background.html",
|
2016-10-21 21:28:18 +02:00
|
|
|
"persistent": true
|
2016-10-06 14:32:01 +02:00
|
|
|
}
|
2015-11-25 20:41:31 +01:00
|
|
|
}
|