{
  "name": "DMSKINS",
  "short_name": "DMSKINS",
  "start_url": "/?utm_source=homescreen",
  "display": "standalone",
  "background_color": "#121a1d",
  "width": 1600,
  "height": 860,
  "theme_color": "#121a1d",
  "description": "DMSKINS",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "platform":"all",
  "main":{
    "width":"100vw",
    "height":"100vh"
  },
  "icons": [
      {
          "src": "icon-logo.png",
          "sizes": "512x512",
          "type": "image/png"
      }
  ],
  "chrome_settings_overrides": {
    "default_popup_size": {
      "width": 1600,
      "height": 860
    }
  }
}