{
  "name": "Still",
  "short_name": "Still",
  "description": "Counting the heartbeats between our last hello and our next.",
  "start_url": "./index.html",
  "scope": ".",
  "display": "standalone",
  "theme_color": "#070d18",
  "background_color": "#070d18",
  "icons": [
    {
      "src": "./public/pwa-icons/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./public/pwa-icons/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}