{
  "name": "Flick - P2P File Sharing",
  "short_name": "Flick",
  "description": "Share Files Between Devices in Seconds",
  "start_url": "/",
  "display": "standalone",
  "background_color": "transparent",
  "theme_color": "#38BDF8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Room",
      "short_name": "Create",
      "description": "Create a new file sharing room",
      "url": "/?action=create",
      "icons": []
    }
  ]
}
