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>2019-12-18 13:07:57 +0300
committerzzossig <zzossig@gmail.com>2019-12-18 13:07:57 +0300
commitbe1cd32fe35aefdd3888dc6fd954652a2e4aac9e (patch)
treeeb173e8526286fd553d5e9e2669ba4c3f7970308 /static
parentfd9a1f26b11e7f06934755a1c3b46fa1c9df2073 (diff)
manifest.json support in static folder
Diffstat (limited to 'static')
-rw-r--r--static/manifest.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..7f1fced
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,29 @@
+{
+ "manifest_version": 2,
+ "name": "My Extension",
+ "version": "versionString",
+ "default_locale": "en",
+ "description": "A plain text description",
+ "icons": [
+ {
+ "src": "favicon.png",
+ "sizes": "16x16",
+ "type": "image/png"
+ }, {
+ "src": "logo.png",
+ "sizes": "48x48",
+ "type": "image/png"
+ }, {
+ "src": "logo-192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ }, {
+ "src": "logo-512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "background": {
+ "persistent": false
+ }
+}