{
  "name": "ClipBird — Secure Online Clipboard",
  "short_name": "ClipBird",
  "description": "A simple, secure way to share text and files between your devices. Everything is encrypted before it leaves your browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#2196F3",
  "background_color": "#0f1117",
  "orientation": "any",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/img/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
