{
  "name": "さとうけ",
  "short_name": "さとうけ",
  "description": "さとうけで共有するTODO・買い物リスト・予定",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F6F3EA",
  "theme_color": "#3D5A45",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}