{
  "name": "CLICKER Mobile",
  "short_name": "CLICKER",
  "description": "Professional high-security educational video platform.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#22c55e",
  "icons": [
    {
      "src": "https://img.icons8.com/plasticine/100/000000/cyber-security.png",
      "sizes": "100x100",
      "type": "image/png"
    },
    {
      "src": "https://img.icons8.com/plasticine/512/000000/cyber-security.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "orientation": "portrait"
}