{
  "name": "Mission 12",
  "short_name": "Mission 12",
  "id": "/",
  "description": "The ultimate 12-Week Year productivity planner. Track leading indicators, manage energy levels, and optimize your 168-hour week with AI-driven insights and Voice Interaction.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#F7F7F5",
  "theme_color": "#F7F7F5",
  "orientation": "any",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "windows",
      "id": "LeoChen.Mission12"
    },
    {
      "platform": "play",
      "id": "com.mission12.app",
      "url": "https://play.google.com/store/apps/details?id=com.mission12.app"
    }
  ],
  "categories": ["productivity", "lifestyle", "business"],
  "lang": "en-US",
  "dir": "ltr",
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 256x256",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1484480974693-6ca0a78fb36b?auto=format&fit=crop&w=1280&h=720&q=80",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "https://images.unsplash.com/photo-1506784983877-45594efa4cbe?auto=format&fit=crop&w=640&h=1136&q=80",
      "sizes": "640x1136",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile Planner"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/",
      "description": "View your 12-Week Progress"
    },
    {
      "name": "Planner",
      "url": "/?view=Planner",
      "description": "Edit Goals and Tactics"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}