-
Notifications
You must be signed in to change notification settings - Fork 26
/
manifest.json
128 lines (128 loc) Β· 3 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"manifest_version": 2,
"version": "1.1.0.0",
"author": "Affolter Matias",
"name": "PIXA.PICS",
"start_url": "/",
"scope": "/",
"serviceworker": {
"src": "/service-worker.js",
"scope": "/"
},
"short_name": "PIXA PICS",
"description": "Pixel-Art & NFTs LAB. Make potential possible and (un)limited.",
"display": "fullscreen",
"theme_color": "#060f23",
"background_color": "#ffffff",
"browser_action": {
"default_icon": "/src/images/logo-transparent.png",
"default_popup": "index.html"
},
"icons": [
{
"src": "/src/images/manifest/logo-white.png",
"sizes": "1536x1536",
"type": "image/png"
}
],
"shortcuts": [
{
"name": "Pixa.Pics",
"short_name": "Pixa.Pics",
"description": "Pixel art editor. Make NFTs potential (un)limited.",
"url": "/",
"icons": [
{
"src": "/src/images/logo-transparent.png",
"sizes": "1536x1536",
"type": "image/png"
}
]
}
],
"screenshots": [
{
"src": "/src/images/screenshots/pixa.pics_1.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 1 - editor"
},
{
"src": "/src/images/screenshots/pixa.pics_2.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 2 - editor"
},
{
"src": "/src/images/screenshots/pixa.pics_3.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 3 - editor"
},
{
"src": "/src/images/screenshots/pixa.pics_4.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 4 - editor"
},
{
"src": "/src/images/screenshots/pixa.pics_5.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 5 - editor"
},
{
"src": "/src/images/screenshots/pixa.pics_6.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 6 - editor"
},
{
"src": "/src/images/screenshots/pixa.pics_7.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 7 - editor"
},
{
"src": "/src/images/screenshots/pixa.pics_8.jpg",
"sizes": "1080x1920",
"type": "image/png",
"platform": "narrow",
"label": "View 8 - editor"
}
],
"id": "pics.pixa",
"dir": "ltr",
"lang": "en",
"orientation": "any",
"prefer_related_applications": true,
"related_applications": [
{
"platform": "webapp",
"url": "https://pixa.pics/",
"id": "pics.pixa"
},
{
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=pics.pixa.app.twa",
"id": "pics.pixa.app.twa"
}
],
"categories": [
"education",
"entertainment",
"kids",
"photo",
"social"
],
"edge_side_panel": {
"preferred_width": 960
}
}