// example_manifest.json
{
  "name": "匠システム アプリ",
  "short_name": "匠シス",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/PWAicon_192px.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/PWAicon_512px.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
