{
  "name": "LunarDays - Chinese Calendar",
  "short_name": "LunarDays",
  "description": "Chinese Lunar Calendar and Auspicious Dates app with lucky date finder, zodiac information and solar terms",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FDFCFB",
  "theme_color": "#C0392B",
  "lang": "en",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LunarDays home screen"
    }
  ]
}