{
  "name": "Refri — Personal Reference Manager",
  "short_name": "Refri",
  "description": "Capture links, images, videos and notes. Find them when you need them.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "pwa/icon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "pwa/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
