summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
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"
+}