aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/manifest.json')
-rw-r--r--static/manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..b700497
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,15 @@
+{
+ "name": "jefferson.sh",
+ "short_name": "jefferson.sh",
+ "description": "Blog do Jefferson",
+ "icons": [
+ {
+ "src": "static/favicon.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }
+ ],
+ "display": "fullscreen",
+ "start_url": "/",
+ "orientation": "portrait"
+}