{
  "name": "Aisistoo",
  "short_name": "Aisistoo",
  "description": "School management software for Indian schools. Timetables, results, fees, certificates and notifications — your staff review and approve.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#F7F6FD",
  "theme_color": "#6C5CE7",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["education", "productivity", "business"],

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

  "shortcuts": [
    {
      "name": "What Aisistoo does",
      "short_name": "Features",
      "description": "The full feature list",
      "url": "/features?ref=shortcut"
    },
    {
      "name": "Talk to us",
      "short_name": "Contact",
      "description": "Tell us about your school",
      "url": "/contact?ref=shortcut"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
