{
  "name": "New Year Message App",
  "short_name": "NYMsgApp",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f0f8ff",
  "theme_color": "#e91e63",
  "scope": ".",
  "orientation": "any",
  "categories": [
    "Entertainment",
    "Messaging",
    "Holiday",
    "New Year",
    "Greeting Cards",
    "Festive",
    "Seasonal"
  ],
  "icons": [
    {
      "src": "./img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./img/screenshot1.png",
      "sizes": "320x320",
      "type": "image/png"
    },
    {
      "src": "./img/screenshot2.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}