{
  "short_name": "PraniID",
  "name": "PraniID — Digital Animal Identity & Safety App",
  "description": "Smart digital identity, medical & vaccination passports, birthday celebrations, and instant QR scan reunion for every animal.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#451A03",
  "background_color": "#FDFBF9",
  "categories": ["pets", "lifestyle", "medical", "utilities"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan QR Tag",
      "short_name": "Scan QR",
      "description": "Instantly scan a pet's QR Tag or search by PraniID",
      "url": "/?action=scan",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Register New Pet",
      "short_name": "Add Pet",
      "description": "Create a new digital pet passport & tag",
      "url": "/?action=add_pet",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Vaccine Alerts",
      "short_name": "Vaccines",
      "description": "View immunization due dates and expired vaccine alerts",
      "url": "/?action=vaccines",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Pet Birthdays",
      "short_name": "Birthdays",
      "description": "Celebrate upcoming birthdays & Gotcha days",
      "url": "/?action=birthdays",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
