b34f3568e8
remove header listener
76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"minimum_chrome_version": "51",
|
|
"minimum_opera_version": "36",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "wallet@taler.net",
|
|
"strict_min_version": "57.0"
|
|
}
|
|
},
|
|
"commands": {
|
|
"_execute_browser_action": {
|
|
"suggested_key": {
|
|
"default": "Alt+W"
|
|
}
|
|
}
|
|
},
|
|
"permissions": [
|
|
"unlimitedStorage",
|
|
"storage",
|
|
"activeTab"
|
|
],
|
|
"web_accessible_resources": [
|
|
"static/wallet.html",
|
|
"dist/taler-wallet-interaction-loader.js.map",
|
|
"dist/taler-wallet-interaction-loader.js",
|
|
"dist/taler-wallet-interaction-support.js.map",
|
|
"dist/taler-wallet-interaction-support.js"
|
|
],
|
|
"content_scripts": [{
|
|
"id": "taler-wallet-interaction-support",
|
|
"matches": ["file://*/*", "http://*/*", "https://*/*"],
|
|
"js": ["dist/taler-wallet-interaction-loader.js"]
|
|
}],
|
|
"protocol_handlers": [
|
|
{
|
|
"protocol": "ext+taler+http",
|
|
"name": "Taler Wallet WebExtension",
|
|
"uriTemplate": "/static/wallet.html#/cta/taler-uri/%s"
|
|
},
|
|
{
|
|
"protocol": "web+taler+http",
|
|
"name": "Taler Wallet WebExtension",
|
|
"uriTemplate": "/static/wallet.html#/cta/taler-uri/%s"
|
|
},
|
|
{
|
|
"protocol": "ext+taler",
|
|
"name": "Taler Wallet WebExtension",
|
|
"uriTemplate": "/static/wallet.html#/cta/taler-uri/%s"
|
|
},
|
|
{
|
|
"protocol": "web+taler",
|
|
"name": "Taler Wallet WebExtension",
|
|
"uriTemplate": "/static/wallet.html#/cta/taler-uri/%s"
|
|
}
|
|
],
|
|
"browser_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": {
|
|
"page": "static/background.html",
|
|
"persistent": true
|
|
}
|
|
} |