{
  "name": "Green Garden VPN",
  "short_name": "GreenVPN",
  "description": "Green Garden VPN — secure VPN client and admin panel",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "ru",
  "categories": ["utilities"],
  "prefer_related_applications": false,
  "gcm_sender_id": "103953800507",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.jpg",
      "sizes": "1170x2103",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "User Dashboard"
    },
    {
      "src": "/screenshot-2.jpg",
      "sizes": "1170x2119",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Admin Panel"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "url": "/support",
      "icons": [{"src": "/icon-192x192.png", "sizes": "192x192"}]
    }
  ]
}
