|
1 | 1 | { |
2 | | - "name": "RSS reader", |
| 2 | + "id": "buzz.feedz.app", |
| 3 | + "name": "Feedz", |
3 | 4 | "short_name": "Feedz", |
| 5 | + "description": "RSS reader", |
4 | 6 | "display": "standalone", |
5 | 7 | "scope": "./", |
6 | | - "start_url": "./", |
| 8 | + "start_url": "./articles", |
| 9 | + "categories": [ |
| 10 | + "news" |
| 11 | + ], |
7 | 12 | "icons": [ |
8 | 13 | { |
9 | 14 | "src": "icons/icon-72x72.png", |
10 | 15 | "sizes": "72x72", |
11 | 16 | "type": "image/png", |
12 | | - "purpose": "maskable any" |
| 17 | + "purpose": "maskable" |
13 | 18 | }, |
14 | 19 | { |
15 | 20 | "src": "icons/icon-96x96.png", |
16 | 21 | "sizes": "96x96", |
17 | 22 | "type": "image/png", |
18 | | - "purpose": "maskable any" |
| 23 | + "purpose": "maskable" |
19 | 24 | }, |
20 | 25 | { |
21 | 26 | "src": "icons/icon-128x128.png", |
22 | 27 | "sizes": "128x128", |
23 | 28 | "type": "image/png", |
24 | | - "purpose": "maskable any" |
| 29 | + "purpose": "maskable" |
25 | 30 | }, |
26 | 31 | { |
27 | 32 | "src": "icons/icon-144x144.png", |
28 | 33 | "sizes": "144x144", |
29 | 34 | "type": "image/png", |
30 | | - "purpose": "maskable any" |
| 35 | + "purpose": "maskable" |
| 36 | + }, |
| 37 | + { |
| 38 | + "src": "icons/icon-144x144.png", |
| 39 | + "sizes": "144x144", |
| 40 | + "type": "image/png", |
| 41 | + "purpose": "any" |
31 | 42 | }, |
32 | 43 | { |
33 | 44 | "src": "icons/icon-152x152.png", |
34 | 45 | "sizes": "152x152", |
35 | 46 | "type": "image/png", |
36 | | - "purpose": "maskable any" |
| 47 | + "purpose": "maskable" |
37 | 48 | }, |
38 | 49 | { |
39 | 50 | "src": "icons/icon-192x192.png", |
40 | 51 | "sizes": "192x192", |
41 | 52 | "type": "image/png", |
42 | | - "purpose": "maskable any" |
| 53 | + "purpose": "maskable" |
43 | 54 | }, |
44 | 55 | { |
45 | 56 | "src": "icons/icon-384x384.png", |
46 | 57 | "sizes": "384x384", |
47 | 58 | "type": "image/png", |
48 | | - "purpose": "maskable any" |
| 59 | + "purpose": "maskable" |
49 | 60 | }, |
50 | 61 | { |
51 | 62 | "src": "icons/icon-512x512.png", |
52 | 63 | "sizes": "512x512", |
53 | 64 | "type": "image/png", |
54 | | - "purpose": "maskable any" |
| 65 | + "purpose": "maskable" |
| 66 | + } |
| 67 | + ], |
| 68 | + "screenshots": [ |
| 69 | + { |
| 70 | + "src": "screenshots/screenshot-desktop.webp", |
| 71 | + "sizes": "840x473", |
| 72 | + "form_factor": "wide", |
| 73 | + "label": "RSS reader on desktop" |
| 74 | + }, |
| 75 | + { |
| 76 | + "src": "screenshots/screenshot-mobile.webp", |
| 77 | + "sizes": "480x856", |
| 78 | + "form_factor": "narrow", |
| 79 | + "label": "RSS reader on mobile" |
55 | 80 | } |
56 | 81 | ] |
57 | 82 | } |
0 commit comments