-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
58 lines (56 loc) · 2 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Pixel ACG Studio",
"short_name": "Pixel ACG",
"id": "/?source=pwa",
"start_url": "/?source=pwa",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#000000",
"theme_color": "#000000",
"description": "インディーゲームやツールを主に開発しています。",
"icons": [
{
"src": "https://koromoko10.github.io/img/PWA/192x192_logo.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://koromoko10.github.io/img/PWA/512x512_logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "プロジェクト一覧",
"short_name": "プロジェクト",
"description": "Pixel ACG Studioが開発しているプロジェクト一覧です",
"url": "https://koromoko10.github.io/project",
"icons": [{ "src": "https://koromoko10.github.io/img/PWA/192x192_logo.png", "sizes": "192x192" }]
},
{
"name": "Others",
"short_name": "Others",
"description": "Pixel ACG Studioと直接関係のないページです",
"url": "https://koromoko10.github.io/others",
"icons": [{ "src": "https://koromoko10.github.io/img/PWA/192x192_logo.png", "sizes": "192x192" }]
},
{
"name": "404 Page Not Found",
"short_name": "404 Page",
"description": "404ページ見たい人なんているのかなw",
"url": "https://koromoko10.github.io/404.html",
"icons": [{ "src": "https://koromoko10.github.io/img/PWA/192x192_logo.png", "sizes": "192x192" }]
}
],
"screenshots" : [
{
"src": "https://koromoko10.github.io/img/koromoko10_download_store_logo_high.png",
"sizes": "977x969",
"type": "image/png",
"platform": "wide",
"label": "Store logo"
}
]
}