aboutsummaryrefslogtreecommitdiff
path: root/assets/favicon/manifest.json
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-05-22 15:31:09 -0500
committerChristian Cleberg <hello@cleberg.net>2023-05-22 15:31:09 -0500
commit980b3d202b5a53428873feeac2963920d01db8c9 (patch)
tree62ea4d2ed29db8c55ff63821c59e43bca9080b34 /assets/favicon/manifest.json
downloadspace-wiki-980b3d202b5a53428873feeac2963920d01db8c9.tar.gz
space-wiki-980b3d202b5a53428873feeac2963920d01db8c9.tar.bz2
space-wiki-980b3d202b5a53428873feeac2963920d01db8c9.zip
initial commit
Diffstat (limited to 'assets/favicon/manifest.json')
-rw-r--r--assets/favicon/manifest.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/favicon/manifest.json b/assets/favicon/manifest.json
new file mode 100644
index 0000000..013d4a6
--- /dev/null
+++ b/assets/favicon/manifest.json
@@ -0,0 +1,41 @@
+{
+ "name": "App",
+ "icons": [
+ {
+ "src": "\/android-icon-36x36.png",
+ "sizes": "36x36",
+ "type": "image\/png",
+ "density": "0.75"
+ },
+ {
+ "src": "\/android-icon-48x48.png",
+ "sizes": "48x48",
+ "type": "image\/png",
+ "density": "1.0"
+ },
+ {
+ "src": "\/android-icon-72x72.png",
+ "sizes": "72x72",
+ "type": "image\/png",
+ "density": "1.5"
+ },
+ {
+ "src": "\/android-icon-96x96.png",
+ "sizes": "96x96",
+ "type": "image\/png",
+ "density": "2.0"
+ },
+ {
+ "src": "\/android-icon-144x144.png",
+ "sizes": "144x144",
+ "type": "image\/png",
+ "density": "3.0"
+ },
+ {
+ "src": "\/android-icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image\/png",
+ "density": "4.0"
+ }
+ ]
+} \ No newline at end of file