{
  "name": "Smart Meds Reminder",
  "short_name": "SmartMeds",
  "description": "Never miss a medication dose again. Intelligent medication management with OCR offline scanning, dose tracking, and medication logs. Free Android app with local data storage.",
  "start_url": "/?utm_source=pwa&utm_medium=homescreen",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/1.webp",
      "sizes": "540x720",
      "type": "image/webp",
      "label": "App interface in phone mockup"
    },
    {
      "src": "/images/2.webp",
      "sizes": "540x720",
      "type": "image/webp",
      "label": "Main menu"
    },
    {
      "src": "/images/3.webp",
      "sizes": "540x720",
      "type": "image/webp",
      "label": "Add medication screen"
    },
    {
      "src": "/images/4.webp",
      "sizes": "540x720",
      "type": "image/webp",
      "label": "Medication doses"
    },
    {
      "src": "/images/5.webp",
      "sizes": "540x720",
      "type": "image/webp",
      "label": "Package quantity"
    },
    {
      "src": "/images/6.webp",
      "sizes": "540x720",
      "type": "image/webp",
      "label": "Dose log"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.smartappsfactory.smartmedsreminder",
      "id": "com.smartappsfactory.smartmedsreminder"
    }
  ],
  "prefer_related_applications": true,
  "shortcuts": [
    {
      "name": "Add Medication",
      "short_name": "Add",
      "description": "Add a new medication",
      "url": "/?action=add",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Medications",
      "short_name": "Meds",
      "description": "View all your medications",
      "url": "/?action=view",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    }
  ]
}
