{
  "name": "RETOMO",
  "short_name": "RETOMO",
  "description": "じかんで きえる レトロチャット",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#b8d0e8",
  "theme_color": "#1a2840",
  "icons": [
    {
      "src": "assets/icons/pocket-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/pocket-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ポケベル",
      "short_name": "ポケベル",
      "description": "つうち ウィジェット",
      "url": "/pocket.html",
      "icons": [{ "src": "assets/icons/pocket-192.svg", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "ポケベル",
      "tag": "pocket",
      "description": "RETOMO の さいしんの つうち",
      "template": "pocket-template",
      "ms_ac_template": "widgets/pocket-template.json",
      "data": "widgets/pocket-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "assets/icons/pocket-512.svg",
          "sizes": "512x512",
          "label": "ポケベルウィジェット"
        }
      ],
      "icons": [
        { "src": "assets/icons/pocket-192.svg", "sizes": "192x192" }
      ],
      "auth": false,
      "update": 3600
    }
  ]
}
