{
  "name": "时光印记 - 爱情时间记录",
  "short_name": "时光印记",
  "description": "记录我们相爱的每一刻，见证爱情的时光流逝 ✨",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2d1f3d",
  "background_color": "#2d1f3d",
  "icons": [
	{
      "src": "/icons/icon-16.svg", 
      "sizes": "16x16",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-32.svg",
      "sizes": "32x32",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
	{
      "src": "/icons/icon-192.svg", 
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "screenshots": [
    {
      "src": "/icons/screenshot.svg",
	  "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "查看纪念日",
      "short_name": "纪念日",
      "description": "快速查看纪念日倒计时",
      "url": "./index.html?view=anniversary",
      "icons": [
        {
          "src": "/icons/shortcut-icon.svg",
		  "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
