{
  "name": "GRIDMAN — Community Mining Grid",
  "short_name": "GRIDMAN",
  "description": "World's largest community virtual mining grid on Base Blockchain. Mine $GMAN without hardware.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050810",
  "theme_color": "#050810",
  "lang": "en",
  "dir": "ltr",
  "categories": ["finance", "productivity", "social"],
  "icons": [
    {
      "src": "images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logo-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Mining",
      "short_name": "Mine",
      "url": "/?action=mine",
      "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Profile Hub",
      "short_name": "Profile",
      "url": "/profile",
      "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Mystery Box",
      "short_name": "Box",
      "url": "/profile?action=box",
      "icons": [{ "src": "images/logo.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "images/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "prefer_related_applications": false
}