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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-01-06 19:41:38 +0300
committerzzossig <zzossig@gmail.com>2020-01-06 19:41:38 +0300
commit8b9ecbd47430b3017cc5e39c8f7387125892909c (patch)
treed8fe1f69ec1e6458a48fd192e84e30cacae4ac82 /static
parent0bb282812b6b449428698ecac2faae3cc9a8c3d9 (diff)
jquery removed, gallery rebuilded, author front matter added,
Diffstat (limited to 'static')
-rw-r--r--static/manifest.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/manifest.json b/static/manifest.json
index 7f1fced..c9759bb 100644
--- a/static/manifest.json
+++ b/static/manifest.json
@@ -1,6 +1,7 @@
{
"manifest_version": 2,
"name": "My Extension",
+ "short_name": "My Extension",
"version": "versionString",
"default_locale": "en",
"description": "A plain text description",
@@ -25,5 +26,9 @@
],
"background": {
"persistent": false
- }
+ },
+ "start_url": "https://exampleSite.com/",
+ "theme_color": "#fff",
+ "background_color": "#fff",
+ "display": "standalone"
}