{
    "name": "Christmas Message App",
    "short_name": "XmasMsgApp",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#f2f2f2",
    "theme_color": "#d32f2f",
    "scope": ".",
    "orientation": "any",
    "categories": [
      "Entertainment",
      "Messaging",
      "Holiday",
      "Christmas",
      "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"
      }
    ]
  }
  