{
  "name": "FlowerMoji",
  "short_name": "FlowerMoji",
  "id": "./",
  "description": "花の写真と短いメッセージをLINEでそっと届けるデジタル贈花PWA。",
  "start_url": "/create?source=pwa_home",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#fbf7f1",
  "theme_color": "#f7efe7",
  "lang": "ja",
  "dir": "ltr",
  "orientation": "portrait-primary",
  "categories": [
    "lifestyle",
    "social"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "花を贈る",
      "short_name": "贈る",
      "url": "/create?source=shortcut",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
