{
  "name": "MissU",
  "short_name": "MissU",
  "description": "Closer than distance. One tap to let your person know you're thinking of them.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fff0f5",
  "theme_color": "#ff6b9d",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Send Miss You",
      "short_name": "Miss You",
      "description": "Send a miss you to your partner",
      "url": "/?action=miss",
      "icons": [{ "src": "/icons/heart.svg", "sizes": "96x96" }]
    }
  ],
  "categories": ["lifestyle", "social"]
}
