-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
43 additions
and
46 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><meta content=b6342f49c606f8b4 name=version><link href=/index-56486147331e1320.css integrity=sha384-DX-coRLQzXeZUr59NesSrJOQxgpbAMzJNp4McE3xozwREp7OZFqJu2fed28wD7-m rel=stylesheet><script type=module>import a,*as b from"/webimint-b6342f49c606f8b4.js";a(`/webimint-b6342f49c606f8b4_bg.wasm`);window.wasmBindings=b</script><link as=fetch crossorigin href=/webimint-b6342f49c606f8b4_bg.wasm integrity=sha384-76_N5zZGjM3-1DDYcdKeOPBjYsiwNAPCZihAmzslyETKv72yTIBPLoFBRX5DdXIb rel=preload type=application/wasm><link crossorigin href=/webimint-b6342f49c606f8b4.js integrity=sha384-e468SGuGLbdqonnhl5_JdNfreYk7i42u1X6lwOe_W5u8ynOfLfHOX4wTBTrZy8sY rel=modulepreload></head><body></body></html> | ||
<!doctype html><meta content=1717553fc7702d9a name=version><link href=/index-751ba0164fcd3dfd.css integrity=sha384-GgcIedwr8h9rCDpHJHghwrHIDclJc0SWqsSzDPQRKt24rpQlz_q2Rmcok7a2sgLe rel=stylesheet><script type="module" src="/initWebimint.js"></script><link as=fetch crossorigin href=/webimint-1717553fc7702d9a_bg.wasm integrity=sha384-Oqgl43-rGpcIPh-fPoXEtaqRXG4pOMfDryvmQ07cH62A0qOWksbGVqj-bTqAA3n4 rel=preload type=application/wasm><link crossorigin href=/webimint-1717553fc7702d9a.js integrity=sha384-x3Iu51DENZK7cwJe-S-qV1MPFEjsOpPflkHxyu4R641GD29HBJjHN1si7zHyFBD3 rel=modulepreload></head><body></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import a,*as b from"/webimint-1717553fc7702d9a.js";a(`/webimint-1717553fc7702d9a_bg.wasm`);window.wasmBindings=b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,42 @@ | ||
{ | ||
"name": "Webimint Fedimint Client", | ||
"short_name": "Webimint", | ||
"start_url": "/", | ||
"display": "standalone", | ||
"background_color": "#ffffff", | ||
"theme_color": "#ffffff", | ||
"icons": [ | ||
{ | ||
"src": "\/assets\/icons\/android-icon-36x36.png", | ||
"sizes": "36x36", | ||
"type": "image\/png", | ||
"density": "0.75" | ||
"manifest_version": 3, | ||
"__chrome__manifest_version": 3, | ||
"name": "Webimint Fedimint Client", | ||
"short_name": "Webimint", | ||
"version": "0.1.0", | ||
"description": "Webimint is an experimental Fedimint wallet using the Leptos web framework.", | ||
"action": { | ||
"default_popup": "index.html", | ||
"default_icon": { | ||
"48": "/assets/icons/android-icon-48x48.png", | ||
"96": "/assets/icons/android-icon-96x96.png", | ||
"192": "/assets/icons/android-icon-192x192.png" | ||
} | ||
}, | ||
{ | ||
"src": "\/assets\/icons\/android-icon-48x48.png", | ||
"sizes": "48x48", | ||
"type": "image\/png", | ||
"density": "1.0" | ||
"background": { | ||
"service_worker": "service-worker.js" | ||
}, | ||
{ | ||
"src": "\/assets\/icons\/android-icon-72x72.png", | ||
"sizes": "72x72", | ||
"type": "image\/png", | ||
"density": "1.5" | ||
"permissions": ["storage", "activeTab"], | ||
"content_scripts": [ | ||
{ | ||
"matches": ["<all_urls>"], | ||
"js": ["webimint-1717553fc7702d9a.js"] | ||
} | ||
], | ||
"__chrome__host_permissions": ["*://*/*"], | ||
"content_security_policy": { | ||
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" | ||
}, | ||
{ | ||
"src": "\/assets\/icons\/android-icon-96x96.png", | ||
"sizes": "96x96", | ||
"type": "image\/png", | ||
"density": "2.0" | ||
}, | ||
{ | ||
"src": "\/assets\/icons\/android-icon-144x144.png", | ||
"sizes": "144x144", | ||
"type": "image\/png", | ||
"density": "3.0" | ||
}, | ||
{ | ||
"src": "\/assets\/icons\/android-icon-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image\/png", | ||
"density": "4.0" | ||
"start_url": "/", | ||
"display": "standalone", | ||
"background_color": "#ffffff", | ||
"theme_color": "#ffffff", | ||
"icons": { | ||
"36": "/assets/icons/android-icon-36x36.png", | ||
"48": "/assets/icons/android-icon-48x48.png", | ||
"72": "/assets/icons/android-icon-72x72.png", | ||
"96": "/assets/icons/android-icon-96x96.png", | ||
"144": "/assets/icons/android-icon-144x144.png", | ||
"192": "/assets/icons/android-icon-192x192.png" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+5.19 MB
webimint-b6342f49c606f8b4_bg.wasm → webimint-1717553fc7702d9a_bg.wasm
Binary file not shown.