Skip to content

Commit fd43d08

Browse files
authored
update the mainfest for PWA app (#4456)
1 parent f880553 commit fd43d08

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

.DS_Store

6 KB
Binary file not shown.
51.9 KB
Loading

manifest.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"name": "MusicBlocks",
2+
"name": "Music Blocks",
33
"short_name": "Music Blocks",
4-
"version": "2.3",
5-
"manifest_version": 2,
6-
"author": "Sugar Labs",
4+
"id": "com.sugarlabs.musicblocks",
75
"description": "Learn to program music with snap-together blocks.",
86
"icons": [
97
{
@@ -43,23 +41,32 @@
4341
"density": "4.0"
4442
},
4543
{
46-
"src": "/activity/activity-icon-color-512.png",
44+
"src": "activity/activity-icon-color-512.png",
4745
"type": "image/png",
4846
"sizes": "512x512",
49-
"purpose": "any maskable"
47+
"purpose": "any"
48+
},
49+
{
50+
"src": "activity/activity-icon-maskable.png",
51+
"type": "image/png",
52+
"sizes": "512x512",
53+
"purpose": "maskable"
5054
}
5155
],
52-
"start_url": "index.html",
56+
"start_url": "https://musicblocks.sugarlabs.org/",
57+
"scope": "https://musicblocks.sugarlabs.org/",
5358
"background_color": "#F9F9F9",
5459
"theme_color": "#2196F3",
5560
"display": "standalone",
56-
"orientation": "portrait",
57-
"background": {
58-
"scripts": ["js/background.js"]
61+
"orientation": "landscape",
62+
"dir": "ltr",
63+
"lang": "en",
64+
"categories": ["code", "education"],
65+
"launch_handler": {
66+
"client_mode": "focus-existing"
5967
},
60-
"web_accessible_resources": ["index.html"],
61-
"permissions": ["clipboardWrite", "storage", "unlimitedStorage"],
62-
"browser_action": {
63-
"default_icon": "/activity/activity-icon-color-128.png"
64-
}
65-
}
68+
"iarc_rating_id": "e10+",
69+
"prefer_related_applications": false,
70+
"related_applications": [],
71+
"permissions": ["clipboardWrite", "storage", "unlimitedStorage"]
72+
}

0 commit comments

Comments
 (0)