{ "name": "Air Savvy — Flight Price Tracker", "short_name": "Air Savvy", "description": "Track the price of a specific flight, see its full price history, and get alerted when the fare moves.", "start_url": "/?src=pwa", "scope": "/", "display": "standalone", "background_color": "#0d0d1f", "theme_color": "#0d0d1f", "categories": ["travel", "utilities", "finance"], "lang": "en-US", "dir": "ltr", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "My trackers", "short_name": "Trackers", "url": "/?src=pwa-shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }, { "name": "Fare guides", "short_name": "Guides", "url": "/guides/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] } ] }