diff options
Diffstat (limited to 'public/manifest.webmanifest')
| -rw-r--r-- | public/manifest.webmanifest | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..81b5162 --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,16 @@ +{ + "name": "operum", + "short_name": "operum", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} |
