{
  "name": "STC",
  "short_name": "STC",
  "description": "This frontend module is a Progressive Web Application (PWA) type application. It serves as a platform for shareholders to log in and access various features such as product, article, and event listings, as well as their respective details pages. Additionally, users can manage their profiles and perform actions such as RSVPing for events.",
  "display": "browser",
  "background_color": "#ffffff",
  "theme_color": "#820024",
  "icons": [
    {
      "src": "/STC/img/STC.AppLogo.48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/STC/img/STC.AppLogo.96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/STC/img/STC.AppLogo.192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/STC/img/STC.AppLogo.512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/STC/"
}