-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (40 loc) · 1 KB
/
manifest.json
File metadata and controls
42 lines (40 loc) · 1 KB
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
33
34
35
36
37
38
39
40
41
42
"name": "Awdev Progressive Web App",
"short_name": "Awdev PWA",
"description": "App Awdev for progressive web app with push notifications, background sync etc.",
"start_url": "./index.html?utm=homescreen",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f5f5f5",
"theme_color": "#29434d",
"icons": [
{
"src": "./ico.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./ico.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "./ico.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "awdev"
},
{
"src": "./ico.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "awdev"
}
],
"author": {
"name": "awdevmyid",
"website": "https://awdevmyid.github.io",
"github": "https://github.com/awdevmyid",
"source-repo": "https://github.com/awdevmyid/awdevmyid.github.io"
},
"gcm_sender_id": "1025289085908",
"gcm_user_visible_only": true