Skip to content

Commit 9880e9b

Browse files
committed
Icons and a manifest
1 parent 77ad8c8 commit 9880e9b

File tree

7 files changed

+18
-3
lines changed

7 files changed

+18
-3
lines changed
Loading
Loading
1.65 KB
Loading
Loading
2.36 KB
Loading
3.18 KB
Loading

packages/test-app/manifest.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
2-
"name": "test-app",
3-
"short_name": "test-app",
2+
"name": "Ec20 Tokenfinder",
3+
"short_name": "ec20TK",
4+
"description": "Finds info on EC20 Tokens",
5+
"icons": [
6+
{
7+
"src": "images/manifest/icon-192x192.png",
8+
"sizes": "192x192",
9+
"type": "image/png"
10+
},
11+
{
12+
"src": "images/manifest/icon-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png"
15+
}
16+
],
417
"start_url": "/",
5-
"display": "standalone"
18+
"display": "standalone",
19+
"theme_color": "#3f51b5",
20+
"background_color": "#3f51b5"
621
}

0 commit comments

Comments
 (0)