{
  "name": "HexaPalette",
  "short_name": "HexaPalette",
  "description": "Create generative motion art, animated visuals, reusable code plugins, patterns, mandalas, and digital compositions with HexaPalette Motion Lab.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0a",
  "theme_color": "#0f172a",
  "categories": ["art", "design", "creativity", "graphics", "photo"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "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"
    },
    {
      "src": "/android-chrome-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HexaPalette creative suite desktop view"
    },
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HexaPalette creative suite mobile view"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Gallery",
      "short_name": "Gallery",
      "description": "Browse generative art and motion work from the community",
      "url": "/home",
      "icons": [{ "src": "/icons/gallery-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Create New",
      "short_name": "Create",
      "description": "Start creating generative art, animations, and plugins",
      "url": "/create",
      "icons": [{ "src": "/icons/create-icon.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
