{
  "id": "/",
  "name": "つみくら",
  "short_name": "つみくら",
  "description": "家族でつなぐ、暮らしのストック",
  "lang": "ja",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#5B7C5A",
  "background_color": "#FAF8F3",
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "shortcuts": [
    {
      "name": "買い物リスト",
      "short_name": "買い物",
      "url": "/shopping_list"
    },
    {
      "name": "棚卸",
      "short_name": "棚卸",
      "url": "/stock_takes/new"
    }
  ]
}
