{
  "name": "Sentier",
  "short_name": "Sentier",
  "description": "完全オフラインで動く個人登山 PWA。GPS で軌跡を記録し、国土地理院地図で電波の届かない山中でも現在地を確認できる",
  "lang": "ja",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["navigation", "health", "lifestyle", "sports"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
