{
  "name": "Globeken",
  "short_name": "Globeken",
  "description": "Globeken - Cryptocurrency Trading Platform",
  "start_url": "https://globeken.com/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#00bcd4",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "images/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Homescreen of My Progressive Web App"
    },
    {
      "src": "images/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "Features page of My Progressive Web App"
    }
  ],
  "shortcuts": [
    {
      "name": "Market Overview",
      "short_name": "Markets",
      "description": "View cryptocurrency market overview",
      "url": "/markets",
      "icons": [{ "src": "images/markets-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "My Portfolio",
      "short_name": "Portfolio",
      "description": "View your cryptocurrency portfolio",
      "url": "/portfolio",
      "icons": [{ "src": "images/portfolio-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Trading View",
      "short_name": "Trade",
      "description": "Access trading platform",
      "url": "/trading",
      "icons": [{ "src": "images/trade-icon.png", "sizes": "192x192" }]
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "cryptocurrency"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.Globeken.app",
      "id": "com.Globeken.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/Globeken/id123456789"
    }
  ],
  "scope": "/",
  "id": "com.Globeken.pwa"
}