{
  "name": "受注報告作成",
  "short_name": "受注報告",
  "description": "ジャンディ貼り付け用の受注報告文をiPhoneで素早く作成するPWA",
  "theme_color": "#0f766e",
  "background_color": "#f8fafc",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "./",
  "start_url": "./index.html",
  "icons": [
    {
      "src": "./public/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./public/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
