{
  "name": "Psyclone Academy",
  "short_name": "Psyclone",
  "description": "Psyclone Academy - Professional & Intermediate Courses",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e74c3c",
  "orientation": "portrait",
  "lang": "en",
  "icons": [
    {
      "src": "./icons/pa.png",
      "sizes": "192x192",
      "type": "image/png"
    },
     {
      "src": "./icons/paaa.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop View"
    },
    {
      "src": "./screenshots/mobile-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile View"
    }
  ]
}