diff --git a/.gitignore b/.gitignore index 3234d89..1835ce0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ tmp .idea/ *.json +!public/icons/manifest.json *.yaml *.pickle __pycache__/ diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..dab588a --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + S + M + Å + N + + + diff --git a/public/icons/manifest.json b/public/icons/manifest.json new file mode 100644 index 0000000..ff54050 --- /dev/null +++ b/public/icons/manifest.json @@ -0,0 +1,18 @@ +{ + "name": "nonsense", + "icons": [ + { + "src": "/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#003399", + "background_color": "#003399", + "display": "standalone" +} \ No newline at end of file