{
  "name": "OTH - Professional Software & Hosting Solutions",
  "short_name": "OTH",
  "description": "Custom software development, game server hosting, and Docker container management with enterprise-grade infrastructure.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "/favicons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "wide",
      "label": "OTH Dashboard - Desktop View (Placeholder)"
    },
    {
      "src": "/favicons/android-chrome-192x192.png", 
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "wide",
      "label": "OTH Marketplace - Browse Solutions (Placeholder)"
    },
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png", 
      "form_factor": "narrow",
      "label": "OTH Mobile Dashboard (Placeholder)"
    },
    {
      "src": "/favicons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "form_factor": "narrow", 
      "label": "OTH Mobile Marketplace (Placeholder)"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard", 
      "description": "Access your OTH dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/favicons/favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Marketplace",
      "short_name": "Marketplace",
      "description": "Browse the OTH marketplace",
      "url": "/marketplace",
      "icons": [
        {
          "src": "/favicons/favicon-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ]
}