{
  "name": "Momentum",
  "short_name": "Momentum",
  "description": "Your life routine, synced. Small step, Real progress.",
  "start_url": "/app?source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": [
    "lifestyle",
    "productivity",
    "health"
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.enflos.momentum",
      "id": "com.enflos.momentum"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/app?source=shortcut",
      "description": "View your daily momentum dashboard",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Plant New Seed",
      "short_name": "New Seed",
      "url": "/app/seed/new?source=shortcut",
      "description": "Create a new routine",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Hall of Fame",
      "short_name": "Hall of Fame",
      "url": "/app/hall-of-fame?source=shortcut",
      "description": "View completed goals and badges",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/Screenshot_1.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard - Track your momentum, level, and identity vision at a glance"
    },
    {
      "src": "/screenshots/Screenshot_2.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Seed Cards - Your daily routines with progress tracking"
    },
    {
      "src": "/screenshots/Screenshot_3.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Menu - Quick access to all features and settings"
    },
    {
      "src": "/screenshots/Screenshot_4.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "New Routine - Set your success line, timeline, and schedule"
    },
    {
      "src": "/screenshots/Screenshot_5.jpg",
      "sizes": "1080x2340",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Hall of Fame - Celebrate completed goals and identity badges"
    }
  ]
}