{
  "name": "Creative Comeback DIY Studio",
  "manifest_version": 3,
  "version": "0.0.1",
  "short_name": "CCS",
  "description": "Creative Comeback DIY Studio is a hands-on creative space offering DIY workshops and events for artists of all skill levels.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#d97706",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
