{
  "id": "app.dentkit.loyalty",
  "name": "DentKit — Patient Loyalty & Referral",
  "short_name": "DentKit",
  "description": "Patient loyalty and referral cards for dental clinics. Retain patients, grow referrals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#14201B",
  "theme_color": "#14201B",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["medical", "business", "productivity"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "DentKit Dashboard"
    },
    {
      "src": "screenshot-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Patient Loyalty Card"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Patient",
      "short_name": "Add Patient",
      "description": "Add a new patient quickly",
      "url": "/?shortcut=add-patient",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your clinic dashboard",
      "url": "/?shortcut=dashboard",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}