{
  "name": "Reflect Pilot - Pattern Tracker",
  "short_name": "Reflect Pilot",
  "description": "Track toxic relationship patterns, gain AI-powered insights, and break free from harmful cycles. Your personal therapy companion.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#667eea",
  "background_color": "#f8fafc",
  "categories": ["lifestyle", "health", "productivity", "medical"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "iarc_rating_id": "17+",
  "shortcuts": [
    {
      "name": "Track Behavior",
      "short_name": "Track",
      "description": "Quickly log a new behavior pattern",
      "url": "/app.html?action=track",
      "icons": [
        {
          "src": "favico.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Therapy Insights",
      "short_name": "Insights",
      "description": "View your pattern insights and analysis",
      "url": "/therapy.html",
      "icons": [
        {
          "src": "favico.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "InnerGuide Chat",
      "short_name": "Chat",
      "description": "Get AI guidance and support",
      "url": "/innerguide.html",
      "icons": [
        {
          "src": "favico.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile Settings",
      "short_name": "Profile",
      "description": "Manage your profile and people",
      "url": "/profile.html",
      "icons": [
        {
          "src": "favico.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "favico.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favico.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favico.png",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "favico.png",
      "sizes": "360x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Behavior tracking interface"
    },
    {
      "src": "favico.png",
      "sizes": "1024x768",
      "type": "image/png", 
      "form_factor": "wide",
      "label": "Desktop therapy insights view"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+reflectpilot",
      "url": "/app.html?data=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "handle_links": "preferred"
,
  "gcm_sender_id": "103953800507"
}