{
  "name": "Lockd",
  "short_name": "Lockd",
  "id": "/",
  "description": "ADHD performance app. Track habits, nutrition, gym, and compete with friends.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",
  "background_color": "#0A0A0A",
  "theme_color": "#00F0FF",
  "categories": ["health", "fitness", "lifestyle"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "shortcuts": [
    {
      "name": "Log Meal",
      "short_name": "Meal",
      "url": "/?tab=nutrition",
      "description": "Scan or log a meal",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Start Workout",
      "short_name": "Gym",
      "url": "/?tab=gym",
      "description": "Start your workout",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Talk to Coach",
      "short_name": "Coach",
      "url": "/?tab=coach",
      "description": "Chat with your AI Coach",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "scope_extensions": [
    { "origin": "https://testinghunter.lovable.app" }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://testinghunter.lovable.app/manifest.json"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".heic"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+lockd",
      "url": "/?code=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/?tab=coach"
  },
  "widgets": [
    {
      "name": "Lockd Daily Progress",
      "description": "See your daily completion percentage",
      "tag": "lockd-progress",
      "ms_ac_template": "none",
      "screenshots": []
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/narrow.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lockd Home Dashboard"
    },
    {
      "src": "/screenshots/wide.png",
      "sizes": "2532x1170",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Lockd Home Dashboard"
    }
  ]
}
