{
  "name": "PICK UP A COLOR by V3RBO",
  "short_name": "PICKUPCOLOR",
  "description": "Professional Color Bridge, Matching and Calculation System",
  "start_url": "./index.html",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "minimal-ui"
  ],
  "background_color": "#09090b",
  "theme_color": "#d946ef",
  "orientation": "portrait-primary",
  "categories": [
    "productivity",
    "utilities",
    "design"
  ],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}