Newer
Older
test2 / manifest.json
{
  "name": "旅行日程プランナー",
  "short_name": "旅程プランナー",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4285f4",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}