{
  "name": "Color Palette Creator",
  "short_name": "Color Palette",
  "description": "Free online tool to extract color palettes from images. Get HEX, RGB, HSL and CMYK values instantly.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8f8f8",
  "theme_color": "#990000",
  "lang": "en",
  "dir": "ltr",
  "categories": ["design", "productivity", "utilities", "graphics"],
  "icons": [
    {
      "src": "/gfx/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/gfx/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/gfx/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/gfx/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/gfx/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gfx/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/gfx/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/gfx/open_graph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "Color Palette Creator interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Color Palette Creator",
      "short_name": "Extract colors",
      "description": "Upload an image and extract its color palette",
      "url": "/?utm_source=shortcut"
    }
  ]
}
