{
  "name": "Persona Viewer",
  "short_name": "Persona Viewer",
  "description": "Persona Displayで共有された現在の人格と状態を閲覧します。",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#10151b",
  "theme_color": "#111827",
  "categories": [
    "utilities",
    "lifestyle"
  ],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}