61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
|
|
"name": "GNU Taler Wallet (git)",
|
|
"description": "Privacy preserving and transparent payments",
|
|
"author": "GNU Taler Developers",
|
|
"version": "0.6.61",
|
|
"version_name": "0.5.1",
|
|
|
|
"minimum_chrome_version": "51",
|
|
"minimum_opera_version": "36",
|
|
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "wallet@taler.net",
|
|
"strict_min_version": "58.0"
|
|
}
|
|
},
|
|
|
|
"icons": {
|
|
"32": "img/icon.png",
|
|
"128": "img/logo.png"
|
|
},
|
|
|
|
"permissions": [
|
|
"storage",
|
|
"tabs",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"32": "img/icon.png"
|
|
},
|
|
"default_title": "Taler",
|
|
"default_popup": "src/webex/pages/popup.html"
|
|
},
|
|
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*/*"],
|
|
"js": [
|
|
"dist/contentScript-bundle.js"
|
|
],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
|
|
"web_accessible_resources": [
|
|
"src/webex/pages/redirect.html"
|
|
],
|
|
|
|
"background": {
|
|
"page": "src/webex/background.html",
|
|
"persistent": true
|
|
}
|
|
}
|