|
1 | 1 | { |
2 | 2 | "name": "Bay Navigator", |
3 | 3 | "short_name": "Bay Nav", |
4 | | - "description": "Community-maintained guide to free and discounted benefits across the San Francisco Bay Area", |
| 4 | + "description": "Find free and low-cost programs for food, housing, healthcare, utilities, and more in the San Francisco Bay Area", |
5 | 5 | "start_url": "/", |
| 6 | + "scope": "/", |
| 7 | + "id": "/", |
6 | 8 | "display": "standalone", |
| 9 | + "display_override": ["window-controls-overlay", "standalone", "browser"], |
7 | 10 | "background_color": "#ffffff", |
8 | | - "theme_color": "#00acc1", |
9 | | - "orientation": "portrait-primary", |
| 11 | + "theme_color": "#0097a7", |
| 12 | + "orientation": "any", |
| 13 | + "lang": "en-US", |
| 14 | + "dir": "ltr", |
10 | 15 | "icons": [ |
| 16 | + { |
| 17 | + "src": "/assets/images/favicons/favicon-96.webp", |
| 18 | + "sizes": "96x96", |
| 19 | + "type": "image/webp" |
| 20 | + }, |
| 21 | + { |
| 22 | + "src": "/assets/images/favicons/favicon-192.webp", |
| 23 | + "sizes": "192x192", |
| 24 | + "type": "image/webp", |
| 25 | + "purpose": "any" |
| 26 | + }, |
11 | 27 | { |
12 | 28 | "src": "/assets/images/favicons/web-app-manifest-192x192.webp", |
13 | 29 | "sizes": "192x192", |
14 | 30 | "type": "image/webp", |
15 | | - "purpose": "any maskable" |
| 31 | + "purpose": "maskable" |
| 32 | + }, |
| 33 | + { |
| 34 | + "src": "/assets/images/favicons/favicon-512.webp", |
| 35 | + "sizes": "512x512", |
| 36 | + "type": "image/webp", |
| 37 | + "purpose": "any" |
16 | 38 | }, |
17 | 39 | { |
18 | 40 | "src": "/assets/images/favicons/web-app-manifest-512x512.webp", |
19 | 41 | "sizes": "512x512", |
20 | 42 | "type": "image/webp", |
21 | | - "purpose": "any maskable" |
| 43 | + "purpose": "maskable" |
| 44 | + } |
| 45 | + ], |
| 46 | + "screenshots": [ |
| 47 | + { |
| 48 | + "src": "/assets/images/screenshots/home-wide.webp", |
| 49 | + "sizes": "1280x720", |
| 50 | + "type": "image/webp", |
| 51 | + "form_factor": "wide", |
| 52 | + "label": "Bay Navigator home page showing program search" |
| 53 | + }, |
| 54 | + { |
| 55 | + "src": "/assets/images/screenshots/home-narrow.webp", |
| 56 | + "sizes": "390x844", |
| 57 | + "type": "image/webp", |
| 58 | + "form_factor": "narrow", |
| 59 | + "label": "Bay Navigator mobile view" |
22 | 60 | } |
23 | 61 | ], |
24 | | - "categories": ["finance", "lifestyle", "utilities", "reference"], |
| 62 | + "categories": ["lifestyle", "utilities", "government", "health", "finance"], |
| 63 | + "iarc_rating_id": "", |
| 64 | + "prefer_related_applications": false, |
25 | 65 | "shortcuts": [ |
26 | 66 | { |
27 | | - "name": "Bay Navigator", |
28 | | - "short_name": "Navigator", |
29 | | - "description": "View the main resource guide", |
30 | | - "url": "/", |
| 67 | + "name": "Search Programs", |
| 68 | + "short_name": "Search", |
| 69 | + "description": "Search all available programs", |
| 70 | + "url": "/?focus=search", |
31 | 71 | "icons": [{ "src": "/assets/images/favicons/favicon-96.webp", "sizes": "96x96", "type": "image/webp" }] |
32 | 72 | }, |
33 | 73 | { |
34 | | - "name": "College Student Resources", |
35 | | - "short_name": "Students", |
36 | | - "description": "Resources for college students", |
37 | | - "url": "/students.html", |
| 74 | + "name": "Food Assistance", |
| 75 | + "short_name": "Food", |
| 76 | + "description": "Find food banks and meal programs", |
| 77 | + "url": "/#food", |
38 | 78 | "icons": [{ "src": "/assets/images/favicons/favicon-96.webp", "sizes": "96x96", "type": "image/webp" }] |
39 | 79 | }, |
40 | 80 | { |
41 | | - "name": "Nonprofit Resources", |
42 | | - "short_name": "Nonprofits", |
43 | | - "description": "Resources for nonprofit organizations", |
44 | | - "url": "/nonprofit_resources_section.html", |
| 81 | + "name": "Utility Help", |
| 82 | + "short_name": "Utilities", |
| 83 | + "description": "Get help with bills", |
| 84 | + "url": "/#utilities", |
45 | 85 | "icons": [{ "src": "/assets/images/favicons/favicon-96.webp", "sizes": "96x96", "type": "image/webp" }] |
| 86 | + }, |
| 87 | + { |
| 88 | + "name": "Eligibility Guides", |
| 89 | + "short_name": "Eligibility", |
| 90 | + "description": "Check what you qualify for", |
| 91 | + "url": "/eligibility", |
| 92 | + "icons": [{ "src": "/assets/images/favicons/favicon-96.webp", "sizes": "96x96", "type": "image/webp" }] |
| 93 | + } |
| 94 | + ], |
| 95 | + "share_target": { |
| 96 | + "action": "/", |
| 97 | + "method": "GET", |
| 98 | + "params": { |
| 99 | + "text": "search" |
46 | 100 | } |
47 | | - ] |
| 101 | + }, |
| 102 | + "launch_handler": { |
| 103 | + "client_mode": "navigate-existing" |
| 104 | + }, |
| 105 | + "handle_links": "preferred", |
| 106 | + "edge_side_panel": { |
| 107 | + "preferred_width": 400 |
| 108 | + } |
48 | 109 | } |
0 commit comments