{
  "id": "/",
  "name": "Dora AI",
  "short_name": "DoraAI",
  "description": "Dora AI - Fast, lightweight AI chat platform.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "display_override": ["window-controls-overlay"],
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",

  "icons": [
    {
      "src": "/static/images/dora-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/dora-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/static/images/dora-logo.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/static/images/dora-logo.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "widgets": [
    {
      "name": "Dora Quick Chat",
      "description": "Start a new AI chat instantly.",
      "src": "/static/widgets/quickchat.html",
      "type": "text/html",
      "sizes": ["2x2"]
    }
  ],

  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new AI chat instantly",
      "url": "/new/",
      "icons": [{ "src": "/static/images/dora-logo.png", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/share/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url"
    }
  },

  "handle_links": "preferred",
  "gcm_sender_id": "103953800507"
}