-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
45 lines (45 loc) · 1.06 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
{
"name": "Colordinates - Where the hue are you?",
"short_name" : "Colordinates",
"description" : "Colordinates uses your devices geographic position to display a color swatch and the HSLA color value",
"scope": "/colordinates/",
"icons": [
{
"src": "webclip-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "webclip-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "webclip-196x196.png",
"sizes": "196x196",
"type": "image/png"
},
{
"src": "webclip-512x512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"screenshots" : [
{
"src": "colordinates-screenshot.webp",
"sizes": "540x720",
"type": "image/webp"
},
{
"src": "colordinates-screenshot-dark.webp",
"sizes": "540x720",
"type": "image/webp"
}
],
"start_url": "/colordinates/",
"display": "standalone",
"theme_color": "#699da0",
"background_color": "#699da0"
}