massive update, probably broken
[dotfiles/.git] / .config / chromium / Default / Extensions / dmkamcknogkgcdfhhbddcghachkejeap / 0.9.10_0 / manifest.json
1 {
2    "applications": {
3       "gecko": {
4          "id": "keplr-extension@keplr.app",
5          "strict_min_version": "56.0"
6       }
7    },
8    "background": {
9       "persistent": true,
10       "scripts": [ "browser-polyfill.js", "background.bundle.js" ]
11    },
12    "browser_action": {
13       "default_popup": "popup.html",
14       "default_title": "Keplr"
15    },
16    "content_scripts": [ {
17       "all_frames": true,
18       "js": [ "browser-polyfill.js", "contentScripts.bundle.js" ],
19       "matches": [ "\u003Call_urls>" ],
20       "run_at": "document_start"
21    } ],
22    "description": "Keplr is a browser extension wallet for the Inter blockchain ecosystem.",
23    "differential_fingerprint": "1.767c9e78b5afb13e27c932463c582c76fb16c8c2fbc2e0c74f62e23538f7b344",
24    "icons": {
25       "128": "assets/icon-128.png",
26       "16": "assets/icon-16.png",
27       "48": "assets/icon-48.png"
28    },
29    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuz6vgIeMLGDJFR/tbg5bAxV/7+4wtdM40Ephzun9QSFe1NGbfQwQjagKcJlE06ah7be5iwHUtZfAK1KY22hxIiBfHy5MBkV5iIRuz5achm6EJszyImv8rAB6jIY6aBjn0d2nwQLcAd8OBLR5ppRil7U3riFDGGcrSRuNwoTAfaWQA81AFjewynjmv4erFinFeM6CP209X8Ujz7oLjJeUbLym0lvkj/XHRr2LY7iKClZgipkP2f02252qKULdKzG6qevVE0S0o2N4Rbi6/PHDL+5WS9nBZMUO3jPKYllmzmcgwHdINYfPRHCZ4tpkR7pyQ910URVb/cBrASaGrcQWQwIDAQAB",
30    "manifest_version": 2,
31    "name": "Keplr",
32    "permissions": [ "storage", "notifications", "identity" ],
33    "update_url": "https://clients2.google.com/service/update2/crx",
34    "version": "0.9.10",
35    "web_accessible_resources": [ "injectedScript.bundle.js", "assets/temp-icon.svg" ]
36 }