{
  "name": "BizPOSTA",
  "short_name": "BizPOSTA",
  "description": "社内SNS BizPOSTA",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",

  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "orientation": "portrait-primary",
  "id": "com.ntp-system.biz-posta",
  "categories": ["social", "productivity"],
  "lang": "ja",

  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}