{
  "name": "Nova Reader",
  "short_name": "Nova Reader",
  "description": "RSVP speed reader",
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#fafaf9",
  "theme_color": "#e63946",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "./index.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
