|
| 1 | +{ |
| 2 | + "name": "YetAnotherForum.NET", |
| 3 | + "short_name": "YAF.NET", |
| 4 | + "description": "YetAnotherForum.NET (YAF.NET) ASP.NET Core Open Source Forum solution! ", |
| 5 | + "start_url": "/", |
| 6 | + "scope": "/", |
| 7 | + "display": "standalone", |
| 8 | + "background_color": "#ffffff", |
| 9 | + "theme_color": "#ffffff", |
| 10 | + "orientation": "portrait-primary", |
| 11 | + "categories": [ "productivity" ], |
| 12 | + "shortcuts": [ |
| 13 | + { |
| 14 | + "name": "Your Notifications", |
| 15 | + "url": "/MyTopics" |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "View today's events", |
| 19 | + "url": "/Notification" |
| 20 | + } |
| 21 | + ], |
| 22 | + "icons": [ |
| 23 | + { |
| 24 | + "src": "/assets/manifest-icon-192.maskable.webp", |
| 25 | + "sizes": "192x192", |
| 26 | + "type": "image/webp", |
| 27 | + "purpose": "any" |
| 28 | + }, |
| 29 | + { |
| 30 | + "src": "/assets/manifest-icon-192.maskable.webp", |
| 31 | + "sizes": "192x192", |
| 32 | + "type": "image/webp", |
| 33 | + "purpose": "maskable" |
| 34 | + }, |
| 35 | + { |
| 36 | + "src": "/assets/manifest-icon-512.maskable.webp", |
| 37 | + "sizes": "512x512", |
| 38 | + "type": "image/webp", |
| 39 | + "purpose": "any" |
| 40 | + }, |
| 41 | + { |
| 42 | + "src": "/assets/manifest-icon-512.maskable.webp", |
| 43 | + "sizes": "512x512", |
| 44 | + "type": "image/webp", |
| 45 | + "purpose": "maskable" |
| 46 | + } |
| 47 | + ], |
| 48 | + "screenshots": [ |
| 49 | + { |
| 50 | + "src": "/assets/main.webp", |
| 51 | + "sizes": "2560x1440", |
| 52 | + "type": "image/webp", |
| 53 | + "form_factor": "wide", |
| 54 | + "label": "Home screen showing main navigation and featured content" |
| 55 | + }, |
| 56 | + { |
| 57 | + "src": "/assets/forum.webp", |
| 58 | + "sizes": "2560x1440", |
| 59 | + "type": "image/webp", |
| 60 | + "form_factor": "wide", |
| 61 | + "label": "Screen showing a forum" |
| 62 | + }, |
| 63 | + { |
| 64 | + "src": "/assets/topic.webp", |
| 65 | + "sizes": "2560x1440", |
| 66 | + "type": "image/webp", |
| 67 | + "form_factor": "wide", |
| 68 | + "label": "Topic screen showing a forum topic " |
| 69 | + }, |
| 70 | + { |
| 71 | + "src": "/assets/admin.webp", |
| 72 | + "sizes": "2560x1440", |
| 73 | + "type": "image/webp", |
| 74 | + "label": "Admin Dashboard view displaying key metrics" |
| 75 | + } |
| 76 | + ] |
| 77 | +} |
0 commit comments