{
  "name": "ColorTune",
  "short_name": "ColorTune",
  "lang": "en",
  "description": "Experience the magic of colors with our app. It offers three mesmerizing modes: Solid Mode for a simple color screen with color selection, Multi Colors Mode where beautiful colors smoothly transition, and Music Color Mode where colors change in sync with your music.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#242424",
  "theme_color": "#f0f0f0",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color_dark": "#242424",
  "theme_color_light": "#FFFFFF"
}