{
  "id": "/",
  "name": "ChemiNaviQ Tutor",
  "short_name": "ChemiNaviQ Tutor",
  "description": "Your AI-powered chemistry tutor — ask any question and get a clear explanation, step-by-step reasoning, a real-life analogy, the key formula, and a mini quiz.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#e0f2fe",
  "theme_color": "#3b82f6",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "categories": ["education"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",

  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "de.chemienaviq.twa"
    }
  ],

  "shortcuts": [
    {
      "name": "Ask a Question",
      "short_name": "Ask",
      "description": "Jump straight to the question box",
      "url": "/?focus=question",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Topics",
      "short_name": "Topics",
      "description": "Explore curated chemistry topics",
      "url": "/#topics",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],

  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"]
      }
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "note_taking": {
    "new_note_url": "/?focus=question"
  },

  "widgets": [
    {
      "name": "ChemiNaviQ Tutor",
      "tag": "cheminaviq-ask",
      "description": "Ask a chemistry question from your home screen",
      "url": "/?focus=question",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }],
      "screenshots": [
        {
          "src": "/screenshot-narrow.png",
          "sizes": "390x844",
          "label": "ChemiNaviQ Tutor widget"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ],

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share-title",
      "text": "share-text",
      "url": "share-url"
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+cheminaviq",
      "url": "/?q=%s"
    }
  ],

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],

  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ChemiNaviQ Tutor — AI Chemistry Explainer"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ChemiNaviQ Tutor on mobile"
    }
  ]
}
