{
  "name": "Routini",
  "short_name": "Routini",
  "description": "Your personalized workout video organizer and fitness tracker",
  "start_url": "/welcome",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#111827",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/Screenshot 2025-04-12 at 22.43.26.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Routini Workout Plans"
    }
  ],
  "categories": ["fitness", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "My Workout Plans",
      "url": "/app",
      "icons": [
        {
          "src": "/icons/64x64.png",
          "sizes": "64x64",
          "type": "image/png"
        }
      ]
    }
  ]
}