{
  "id": "/",
  "start_url": "/?utm_source=homescreen",
  "scope": "/",
  "name": "Network Pro Strategies",
  "short_name": "Network Pro",
  "description": "Access our expert cybersecurity services anytime, anywhere with our streamlined Progressive Web App. Optimized for speed, security, and mobile use, this app offers a seamless experience to explore our solutions, view project highlights, and get in touch—all in one place.",
  "lang": "en-US",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "orientation": "any",
  "background_color": "#191919",
  "theme_color": "#ffc627",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon-512x512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-splash.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "categories": ["business", "security", "technology", "network", "privacy"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "label": "Homescreen of Network Pro Strategies"
    },
    {
      "src": "/screenshots/desktop-about.png",
      "type": "image/png",
      "sizes": "1920x1080",
      "form_factor": "wide",
      "label": "About Network Pro Strategies"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "Mobile view of Network Pro Strategies homepage"
    },
    {
      "src": "/screenshots/mobile-foss.png",
      "type": "image/png",
      "sizes": "1080x1920",
      "form_factor": "narrow",
      "label": "FOSS Spotlight on mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Consulting Services",
      "short_name": "Services",
      "description": "Explore our cybersecurity services",
      "url": "/about?utm_source=shortcut",
      "icons": [
        {
          "src": "/icon-services.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Connect with a cybersecurity specialist",
      "url": "/contact?utm_source=shortcut",
      "icons": [
        {
          "src": "/icon-contact.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
