summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/manifest.json')
-rw-r--r--packages/taler-wallet-webextension/manifest.json49
1 files changed, 0 insertions, 49 deletions
diff --git a/packages/taler-wallet-webextension/manifest.json b/packages/taler-wallet-webextension/manifest.json
deleted file mode 100644
index c87d0c0f3..000000000
--- a/packages/taler-wallet-webextension/manifest.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "manifest_version": 2,
-
- "name": "GNU Taler Wallet (git)",
- "description": "Privacy preserving and transparent payments",
- "author": "GNU Taler Developers",
- "version": "0.8.0.10",
- "version_name": "0.8.1-dev.10",
-
- "minimum_chrome_version": "51",
- "minimum_opera_version": "36",
-
- "applications": {
- "gecko": {
- "id": "wallet@taler.net",
- "strict_min_version": "57.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
- }
-}