aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.webmanifest
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2024-03-19 17:30:14 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2024-03-19 21:38:02 +0100
commit8e6edcd16040ab635e6490883e47fde7fce56a79 (patch)
treed0a3bfc65540529f474b4169b61dc6f58f99dca2 /public/manifest.webmanifest
parent2ae03c9852922ff23ce79910ce499bfb8c7644e6 (diff)
downloadoperum-8e6edcd16040ab635e6490883e47fde7fce56a79.tar.gz
operum-8e6edcd16040ab635e6490883e47fde7fce56a79.zip
Added favicon images
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'public/manifest.webmanifest')
-rw-r--r--public/manifest.webmanifest16
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"
+ }
+ ]
+}