massive update, probably broken
[dotfiles/.git] / .config / chromium / Default / Extensions / dmkamcknogkgcdfhhbddcghachkejeap / 0.9.10_0 / manifest.json
diff --git a/.config/chromium/Default/Extensions/dmkamcknogkgcdfhhbddcghachkejeap/0.9.10_0/manifest.json b/.config/chromium/Default/Extensions/dmkamcknogkgcdfhhbddcghachkejeap/0.9.10_0/manifest.json
new file mode 100644 (file)
index 0000000..c277e52
--- /dev/null
@@ -0,0 +1,36 @@
+{
+   "applications": {
+      "gecko": {
+         "id": "keplr-extension@keplr.app",
+         "strict_min_version": "56.0"
+      }
+   },
+   "background": {
+      "persistent": true,
+      "scripts": [ "browser-polyfill.js", "background.bundle.js" ]
+   },
+   "browser_action": {
+      "default_popup": "popup.html",
+      "default_title": "Keplr"
+   },
+   "content_scripts": [ {
+      "all_frames": true,
+      "js": [ "browser-polyfill.js", "contentScripts.bundle.js" ],
+      "matches": [ "\u003Call_urls>" ],
+      "run_at": "document_start"
+   } ],
+   "description": "Keplr is a browser extension wallet for the Inter blockchain ecosystem.",
+   "differential_fingerprint": "1.767c9e78b5afb13e27c932463c582c76fb16c8c2fbc2e0c74f62e23538f7b344",
+   "icons": {
+      "128": "assets/icon-128.png",
+      "16": "assets/icon-16.png",
+      "48": "assets/icon-48.png"
+   },
+   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuz6vgIeMLGDJFR/tbg5bAxV/7+4wtdM40Ephzun9QSFe1NGbfQwQjagKcJlE06ah7be5iwHUtZfAK1KY22hxIiBfHy5MBkV5iIRuz5achm6EJszyImv8rAB6jIY6aBjn0d2nwQLcAd8OBLR5ppRil7U3riFDGGcrSRuNwoTAfaWQA81AFjewynjmv4erFinFeM6CP209X8Ujz7oLjJeUbLym0lvkj/XHRr2LY7iKClZgipkP2f02252qKULdKzG6qevVE0S0o2N4Rbi6/PHDL+5WS9nBZMUO3jPKYllmzmcgwHdINYfPRHCZ4tpkR7pyQ910URVb/cBrASaGrcQWQwIDAQAB",
+   "manifest_version": 2,
+   "name": "Keplr",
+   "permissions": [ "storage", "notifications", "identity" ],
+   "update_url": "https://clients2.google.com/service/update2/crx",
+   "version": "0.9.10",
+   "web_accessible_resources": [ "injectedScript.bundle.js", "assets/temp-icon.svg" ]
+}