12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "background_color": "#f3f4f6",
- "categories": ["health", "fitness", "sports"],
- "description": "Your personal workout companion - track workouts, build routines, and stay motivated",
- "display": "standalone",
- "icons": [
- {
- "src": "/images/favicon-16x16.png",
- "sizes": "16x16",
- "type": "image/png"
- },
- {
- "src": "/images/favicon-32x32.png",
- "sizes": "32x32",
- "type": "image/png"
- },
- {
- "src": "/apple-touch-icon.png",
- "sizes": "180x180",
- "type": "image/png",
- "purpose": "any maskable"
- },
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "any maskable"
- },
- {
- "src": "/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "any maskable"
- }
- ],
- "lang": "en",
- "name": "Workout Cool",
- "orientation": "portrait",
- "scope": "/",
- "short_name": "Workout Cool",
- "start_url": "/",
- "theme_color": "#FF5722"
- }
|