summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorHorus2020-10-16 03:54:24 +0200
committerHorus2020-10-16 03:54:24 +0200
commite54e61c1c1a6db96c05cbfcc082f045a9ae3555d (patch)
tree173e10024af0a48feb75537edef2487b08346319 /manifest.json
parentbed13654ccdefce77dcfe4aa05efe98d37cfa46b (diff)
downloadpizza-e54e61c1c1a6db96c05cbfcc082f045a9ae3555d.tar.gz
pwa
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..0d91e5d
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,20 @@
+{
+ "name": "Pizza Rechner",
+ "short_name": "Pizza Rechner",
+ "description": "Wie teuer ist eine Pizza im Verhältnis zum Flächeninhalt?",
+ "icons": [{
+ "src": "https://iamfabulous.de/favicon.ico"
+ }, {
+ "src": "/img/paw-144.png",
+ "type": "image/png",
+ "sizes": "144x144"
+ }, {
+ "src": "/img/paw-512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }],
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#171717",
+ "theme_color": "#fd8a02"
+}