{
  "name": "お絵かきナビ",
  "short_name": "お絵かきナビ",
  "lang": "ja",
  "start_url": "../index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "description": "GPSを使って地図にお絵かきができるナビゲーションアプリです。",
  "icons": [
    {
      "src": "../images/oekakinavi.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "../images/oekakinavi_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "../index.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
