{
  "id": "/?source=pwa",
  "name": "astro-rag — horary astrology",
  "short_name": "astro-rag",
  "description": "Ask one yes/no question; get a structured horary judgment grounded in chart facts and a curated corpus.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f1e",
  "theme_color": "#4a4acc",
  "categories": ["lifestyle", "utilities", "education"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "New question",
      "short_name": "New",
      "url": "/?action=new",
      "description": "Start a fresh horary question"
    },
    {
      "name": "Edit profile",
      "short_name": "Profile",
      "url": "/?action=profile",
      "description": "Open the profile panel"
    }
  ],
  "screenshots": []
}
