{
  "name": "Smart Calling App",
  "short_name": "Smart Call",
  "description": "Send calls to professors efficiently - Works offline",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "android-icon-foreground.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-icon-foreground.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "android-icon-foreground.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Send Call",
      "short_name": "Call",
      "description": "Quickly send a call to a professor",
      "url": "./index.html?action=call",
      "icons": [
        {
          "src": "android-icon-foreground.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View call history",
      "url": "./index.html?action=history",
      "icons": [
        {
          "src": "android-icon-foreground.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
