{
  "name": "サントラ競輪",
  "short_name": "サントラ競輪",
  "description": "出走表のスクショを共有すると、ライン強度と買い目候補を出して帳面に残す。",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#052e16",
  "theme_color": "#14532d",
  "icons": [
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [{ "name": "shot", "accept": ["image/*"] }]
    }
  }
}
