{
  "name": "TALK PWA",
  "short_name": "TALK",
  "description": "Web App for Writing Talks and Storing on Device. Online and Offline use. Includes a built-in Timer.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#eeeeee",
  "theme_color": "#eeeeee",
  "icons": [
    {
      "src": "./icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
