summaryrefslogtreecommitdiff
path: root/dist/manifest.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-06-02 14:07:03 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:13 +0100
commitd6a8bac147b196118d3e2ed56bd67522bc4c5da6 (patch)
treef5e314d4ddae3ea12585d785275d9ca435c74c7e /dist/manifest.json
parent9fde9d573334805b7206b50b16797639097003d2 (diff)
downloadbrokentalents-d6a8bac147b196118d3e2ed56bd67522bc4c5da6.tar.gz
brokentalents-d6a8bac147b196118d3e2ed56bd67522bc4c5da6.zip
Convert images to jpg
Diffstat (limited to 'dist/manifest.json')
-rw-r--r--dist/manifest.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/dist/manifest.json b/dist/manifest.json
index dba589d..c090e62 100644
--- a/dist/manifest.json
+++ b/dist/manifest.json
@@ -1,11 +1,20 @@
{
"name": "Broken Talents Fun",
- "short_name": "Broken Talents Fun",
+ "short_name": "Broken Talents",
"orientation": "portrait",
"display": "standalone",
"start_url": "/",
"description": "Broken Talents Fun",
"background_color": "#01579b",
"theme_color": "#01579b",
- "theme-color": "#01579b"
+ "theme-color": "#01579b",
+ "icons": [ {
+ "src": "/dist/assets/TalentGrab_192x192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ }, {
+ "src": "/dist/assets/TalentGrab_512x512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ } ]
}