aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json24
1 files changed, 9 insertions, 15 deletions
diff --git a/config.json b/config.json
index df5cdb6..2f29e53 100644
--- a/config.json
+++ b/config.json
@@ -84,11 +84,13 @@
"canonical": null
},
"webmanifest": {
+ "start_url": "/",
"name": "Micro Blog",
- "shortName": "Micro",
- "themeColor": "#ffffff",
- "backgroundColor": "#ffffff",
+ "short_name": "Micro",
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
"display": "standalone",
+ "description": "A Micro Blog",
"logo": "data/media/logo.png"
},
"csp": {
@@ -117,10 +119,12 @@
],
"img-src": [
"'self'",
+ "data:",
"http://preview.test"
],
"manifest-src": [
- "'self'"
+ "'self'",
+ "data:"
],
"media-src": [
"'self'"
@@ -224,14 +228,6 @@
"baseName": "index",
"mediaType": "text/html"
},
- "browserconfig": {
- "baseName": "browserconfig",
- "mediaType": "application/xml"
- },
- "webmanifest": {
- "baseName": "site",
- "mediaType": "application/manifest+json"
- },
"gallery": {
"baseName": "gallery",
"mediaType": "text/html"
@@ -255,10 +251,8 @@
"authors",
"authors.section",
"sources",
- "browserconfig",
"archives",
- "settings",
- "webmanifest"
+ "settings"
],
"section": [
"html",