-
-
Notifications
You must be signed in to change notification settings - Fork 115
/
Copy pathmanifest.json
32 lines (32 loc) · 812 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"app_name": "TelePrompter",
"background_color": "#141414",
"description": "Browser-based TelePrompter with Remote Control",
"display": "standalone",
"icons": [
{
"sizes": "192x192",
"src": "assets/img/icon-192x192.png",
"type": "image/png"
},
{
"sizes": "256x256",
"src": "assets/img/icon-256x256.png",
"type": "image/png"
},
{
"sizes": "384x384",
"src": "assets/img/icon-384x384.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "assets/img/icon-512x512.png",
"type": "image/png"
}
],
"name": "TelePrompter",
"short_name": "TelePrompter",
"start_url": "./?utm_source=web_app_manifest",
"theme_color": "#4297d7"
}