aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/static/manifest.webmanifest
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/docs/static/manifest.webmanifest')
-rw-r--r--subprojects/docs/static/manifest.webmanifest35
1 files changed, 35 insertions, 0 deletions
diff --git a/subprojects/docs/static/manifest.webmanifest b/subprojects/docs/static/manifest.webmanifest
new file mode 100644
index 00000000..52e608a3
--- /dev/null
+++ b/subprojects/docs/static/manifest.webmanifest
@@ -0,0 +1,35 @@
1{
2 "name": "Refinery Documentation",
3 "short_name": "Refinery Docs",
4 "description": "An efficient graph solver for generating well-formed models",
5 "theme_color": "#f5f5f5",
6 "start_url": ".",
7 "display": "standalone",
8 "background_color": "#282c34",
9 "icons": [
10 {
11 "src": "icon-192x192.png",
12 "sizes": "192x192",
13 "type": "image/png",
14 "purpose": "any maskable"
15 },
16 {
17 "src": "icon-512x512.png",
18 "sizes": "512x512",
19 "type": "image/png",
20 "purpose": "any maskable"
21 },
22 {
23 "src": "icon-any.svg",
24 "sizes": "any",
25 "type": "image/svg+xml",
26 "purpose": "any maskable"
27 },
28 {
29 "src": "mask-icon.svg",
30 "sizes": "any",
31 "type": "image/svg+xml",
32 "purpose": "monochrome"
33 }
34 ]
35}