{
  "id": "/Reading-Books/",
  "name": "どくしょ ちょきんばこ",
  "short_name": "どくしょちょきん",
  "description": "よんだ本を バーコードで きろくして、さつ数・ページ数・きんがくを ためていく どくしょノートです。",
  "lang": "ja",
  "dir": "ltr",
  "_comment_id": "gigayama.github.io は数十個のアプリが同一オリジンを共有している。id / scope / start_url は必ずリポジトリ名の絶対パスにする（相対パスのままだと、URLの書き方ひとつで別アプリ扱いになったり、似た構成の別アプリと取りちがえられる）。",
  "start_url": "/Reading-Books/?source=pwa",
  "scope": "/Reading-Books/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#F3F0E9",
  "theme_color": "#1F4C72",
  "categories": ["education", "books", "productivity"],
  "prefer_related_applications": false,
  "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/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "本をきろくする",
      "short_name": "きろく",
      "url": "./?screen=scan",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "よんだ本のリスト",
      "short_name": "リスト",
      "url": "./?screen=list",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
