{
  "name": "Routine Remix",
  "short_name": "Routine Remix",
  "description": "Small, meaningful daily nudges to break autopilot. Try new routes, foods, and experiences that make time feel richer.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#FFFBF5",
  "theme_color": "#E6845F",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "lifestyle", "productivity"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.lovable.972c339669704a1194f1c22a8ce6b7c1",
      "id": "app.lovable.972c339669704a1194f1c22a8ce6b7c1"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/routine-remix/id000000000"
    }
  ],
  "scope_extensions": [
    { "origin": "https://routineremix.com" },
    { "origin": "https://www.routineremix.com" },
    { "origin": "https://routine-remix-daily.lovable.app" }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today's nudge — your daily routine remix"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Routine Remix on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Nudge",
      "short_name": "Today",
      "description": "Open your daily routine remix",
      "url": "/?shortcut=today",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse recipe remixes",
      "url": "/?shortcut=recipes",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Mood Check-in",
      "short_name": "Mood",
      "description": "Log how you're feeling today",
      "url": "/?shortcut=mood",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "Your saved nudges",
      "url": "/?shortcut=favorites",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+routineremix",
      "url": "/?nudge=%s"
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/?open=1",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Today's Nudge",
      "short_name": "Nudge",
      "description": "Shows today's routine remix on your home screen",
      "tag": "today-nudge",
      "ms_ac_template": "/widgets/today-template.json",
      "data": "/widgets/today-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-mobile.png",
          "sizes": "1080x1920",
          "label": "Today's Nudge widget"
        }
      ],
      "icons": [
        { "src": "/icon-96.png", "sizes": "96x96" }
      ]
    }
  ],
  "note_taking": {
    "new_note_url": "/?new=note"
  }
}
