summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 11:29:20 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 11:29:20 +0300
commitf37c9975eeec34562c93f9a0b25ace14294d089f (patch)
tree24a42e00fa21c15181e88681e2f79aa36d3af9ac /manifest.json
parentd3b110e4eb98515d44826e0ce7d5ce3f85892959 (diff)
add hires favicon, add support for run-as-app on chrome
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..967c13e
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "The Epube",
+ "icons": [
+ {
+ "src": "img/favicon_hires.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "density": 4.0
+ }
+ ],
+ "start_url": "index.php",
+ "display": "standalone",
+ "orientation": "portrait"
+}