aboutsummaryrefslogtreecommitdiff
path: root/assets/favicon/manifest.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-21 14:37:44 +0200
committerMinteck <contact@minteck.org>2022-04-21 14:37:44 +0200
commit958a68292191d8a4c9024ca2f1f658135ab6f704 (patch)
tree114779ef1b2deb7430e91e30f029e151816d5977 /assets/favicon/manifest.json
parent7a7e357dcdd34e4a33a81eadc55548d579938f49 (diff)
downloadember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.gz
ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.bz2
ember-958a68292191d8a4c9024ca2f1f658135ab6f704.zip
WIP projects page
Diffstat (limited to 'assets/favicon/manifest.json')
-rwxr-xr-xassets/favicon/manifest.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/favicon/manifest.json b/assets/favicon/manifest.json
new file mode 100755
index 0000000..8e6ca9c
--- /dev/null
+++ b/assets/favicon/manifest.json
@@ -0,0 +1,19 @@
+{
+ "name": "Minteck",
+ "short_name": "Minteck",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#a56510",
+ "background_color": "#a56510",
+ "display": "standalone"
+}