Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-08-21 22:58:26 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-08-21 22:58:26 +0300
commite32340e78ec9035efbe1fe0b9dd5b64069ae2353 (patch)
treed473598ad871f946c0291f2a85edeb2aa40cc8ab /static/site.webmanifest
parentd6cce40e02b4b378494ca3a824944eb4228a2dc6 (diff)
Move favicon files to static root
Diffstat (limited to 'static/site.webmanifest')
-rw-r--r--static/site.webmanifest19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..b20abb7
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}