forked from steffest/DPaint-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
39 lines (39 loc) · 771 Bytes
/
manifest.json
File metadata and controls
39 lines (39 loc) · 771 Bytes
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
{
"name": "Dpaint.js",
"icons": [
{
"src": "_img/icon48.png",
"sizes": "48x48",
"type": "image/png",
"density": 1.0
},
{
"src": "_img/icon192.png",
"sizes": "192x192",
"type": "image/png",
"density": 1.0
},
{
"src": "_img/icon512.png",
"sizes": "512x512",
"type": "image/png",
"density": 1.0,
"purpose": "any maskable"
}
],
"start_url": "index.html",
"display": "standalone",
"orientation": "any",
"background_color": "#282A2C",
"theme_color": "#282A2C",
"file_handlers": [
{
"action": "/",
"accept": {
"image/jpeg": [".jpg", ".jpeg"],
"image/png": [".png"],
"image/iff": [".iff"]
}
}
]
}