{
  "id": "tech.mantys.mining",
  "name": "Mantys Pro Mining",
  "short_name": "Mantys Pro",
  "description": "Premium Space Mining Simulator with Weekly Rewards.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#020617",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "categories": [
    "games",
    "entertainment"
  ],
  "prefered_related_applications": true,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-main.png",
      "sizes": "720x1640",
      "type": "image/png",
      "label": "Main Mining Deck",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/Screenshot-tasks.png",
      "sizes": "720x1640",
      "type": "image/png",
      "label": "Main Mining Deck",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "label": "Mantys Pro Desktop View",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Mining Deck",
      "short_name": "Mine",
      "description": "Jump straight into the mining action",
      "url": "/index.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Station Tasks",
      "short_name": "Tasks",
      "description": "Check your weekly rewards",
      "url": "/index.php#tasks",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+mantys",
      "url": "/index.php?type=%s"
    }
  ],
  "handle_links": "auto"
}
