{
  "name": "Microstreams Dashboard",
  "short_name": "Microstreams",
  "description": "Piece-Streaming Payment Protocol Dashboard - Manage torrents and track earnings",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["finance", "utilities", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Torrent",
      "url": "/?action=add-torrent",
      "description": "Add a new torrent to download"
    },
    {
      "name": "View Earnings",
      "url": "/",
      "description": "View your total earnings"
    }
  ],
  "prefer_related_applications": false
}