{ "name": "TallyCounts - Tally Counter", "short_name": "TallyCounts", "description": "Free online tally counter. Count anything with one click — works offline.", "start_url": "/?source=pwa", "scope": "/", "display": "standalone", "orientation": "any", "background_color": "#f7f7f5", "theme_color": "#f7f7f5", "lang": "en-US", "dir": "ltr", "categories": ["utilities", "productivity"], "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": "New count", "short_name": "Count", "url": "/?source=pwa-shortcut", "description": "Open the tally counter" } ] }