|
1 | 1 | { |
2 | 2 | "name": "Music Blocks", |
3 | 3 | "short_name": "Music Blocks", |
| 4 | + "id": "com.sugarlabs.musicblocks", |
| 5 | + "description": "Learn to program music with snap-together blocks.", |
4 | 6 | "icons": [ |
5 | | - { |
6 | | - "src": "activity/activity-icon-color-0-75.png", |
7 | | - "sizes": "36x36", |
8 | | - "type": "image/png", |
9 | | - "density": "0.75" |
10 | | - }, |
11 | | - { |
12 | | - "src": "activity/activity-icon-color-1-00.png", |
13 | | - "sizes": "48x48", |
14 | | - "type": "image/png", |
15 | | - "density": "1.0" |
16 | | - }, |
17 | | - { |
18 | | - "src": "activity/activity-icon-color-1-50.png", |
19 | | - "sizes": "72x72", |
20 | | - "type": "image/png", |
21 | | - "density": "1.5" |
22 | | - }, |
23 | | - { |
24 | | - "src": "activity/activity-icon-color-2-00.png", |
25 | | - "sizes": "96x96", |
26 | | - "type": "image/png", |
27 | | - "density": "2.0" |
28 | | - }, |
29 | | - { |
30 | | - "src": "activity/activity-icon-color-3-00.png", |
31 | | - "sizes": "144x144", |
32 | | - "type": "image/png", |
33 | | - "density": "3.0" |
34 | | - }, |
35 | | - { |
36 | | - "src": "activity/activity-icon-color-4-00.png", |
37 | | - "sizes": "192x192", |
38 | | - "type": "image/png", |
39 | | - "density": "4.0" |
40 | | - }, |
41 | | - { |
42 | | - "src": "/activity/activity-icon-color-512.png", |
43 | | - "type": "image/png", |
44 | | - "sizes": "512x512", |
45 | | - "purpose": "any maskable" |
46 | | - } |
| 7 | + { |
| 8 | + "src": "activity/activity-icon-color-0-75.png", |
| 9 | + "sizes": "36x36", |
| 10 | + "type": "image/png", |
| 11 | + "density": "0.75" |
| 12 | + }, |
| 13 | + { |
| 14 | + "src": "activity/activity-icon-color-1-00.png", |
| 15 | + "sizes": "48x48", |
| 16 | + "type": "image/png", |
| 17 | + "density": "1.0" |
| 18 | + }, |
| 19 | + { |
| 20 | + "src": "activity/activity-icon-color-1-50.png", |
| 21 | + "sizes": "72x72", |
| 22 | + "type": "image/png", |
| 23 | + "density": "1.5" |
| 24 | + }, |
| 25 | + { |
| 26 | + "src": "activity/activity-icon-color-2-00.png", |
| 27 | + "sizes": "96x96", |
| 28 | + "type": "image/png", |
| 29 | + "density": "2.0" |
| 30 | + }, |
| 31 | + { |
| 32 | + "src": "activity/activity-icon-color-3-00.png", |
| 33 | + "sizes": "144x144", |
| 34 | + "type": "image/png", |
| 35 | + "density": "3.0" |
| 36 | + }, |
| 37 | + { |
| 38 | + "src": "activity/activity-icon-color-4-00.png", |
| 39 | + "sizes": "192x192", |
| 40 | + "type": "image/png", |
| 41 | + "density": "4.0" |
| 42 | + }, |
| 43 | + { |
| 44 | + "src": "activity/activity-icon-color-512.png", |
| 45 | + "type": "image/png", |
| 46 | + "sizes": "512x512", |
| 47 | + "purpose": "any" |
| 48 | + }, |
| 49 | + { |
| 50 | + "src": "activity/activity-icon-maskable.png", |
| 51 | + "type": "image/png", |
| 52 | + "sizes": "512x512", |
| 53 | + "purpose": "maskable" |
| 54 | + } |
47 | 55 | ], |
48 | | - "start_url": "index.html", |
| 56 | + "screenshots": [ |
| 57 | + { |
| 58 | + "src": "/screenshots/screenshot-1.png", |
| 59 | + "sizes": "1920x1080", |
| 60 | + "type": "image/png", |
| 61 | + "form_factor": "wide" |
| 62 | + }, |
| 63 | + { |
| 64 | + "src": "/screenshots/screenshot-mobile-1.png", |
| 65 | + "sizes": "1182x2283", |
| 66 | + "type": "image/png", |
| 67 | + "form_factor": "narrow" |
| 68 | + }, |
| 69 | + { |
| 70 | + "src": "/screenshots/screenshot-mobile-2.png", |
| 71 | + "sizes": "1182x2283", |
| 72 | + "type": "image/png", |
| 73 | + "form_factor": "narrow" |
| 74 | + } |
| 75 | + ], |
| 76 | + "start_url": "https://musicblocks.sugarlabs.org/", |
| 77 | + "scope": "https://musicblocks.sugarlabs.org/", |
49 | 78 | "background_color": "#F9F9F9", |
50 | 79 | "theme_color": "#2196F3", |
51 | 80 | "display": "standalone", |
52 | | - "orientation": "portrait" |
| 81 | + "orientation": "landscape", |
| 82 | + "dir": "ltr", |
| 83 | + "lang": "en", |
| 84 | + "categories": ["code", "education"], |
| 85 | + "launch_handler": { |
| 86 | + "client_mode": "focus-existing" |
| 87 | + }, |
| 88 | + "iarc_rating_id": "e10+", |
| 89 | + "prefer_related_applications": false, |
| 90 | + "related_applications": [], |
| 91 | + "permissions": ["clipboardWrite", "storage", "unlimitedStorage"] |
53 | 92 | } |
0 commit comments