Newer
Older
2021-yamana / manifest.json
@ryusei ryusei on 28 Jul 2021 261 bytes edit PWA file
{
  "name": "PWA sample",
  "short_name": "PWA",
  "icons": [{
    "src": "./icon.png",
    "sizes": "81x81",
    "type": "image/png"
  }],

  "theme_color": "#c0c0c0",
  "background_color": "#dcdcdc",
  "display": "standalone",
  "start_url": "./index.html"
}