{
  "name": "Tigees - Flexible PCB Solutions",
  "short_name": "Tigees",
  "description": "Professional flexible PCB manufacturer providing high-quality FPC design, production and one-stop solutions",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1419",
  "theme_color": "#00a8c4",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-72x72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.svg",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.svg",
      "sizes": "152x152",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.svg",
      "sizes": "384x384",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Quick Quote",
      "short_name": "Quote",
      "description": "Get a fast PCB quote",
      "url": "/quote",
      "icons": [{ "src": "/icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Browse our products",
      "url": "/products",
      "icons": [{ "src": "/icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Contact our team",
      "url": "/contact",
      "icons": [{ "src": "/icons/icon-96x96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "gerber",
          "accept": ["application/zip", ".zip", ".gbx", ".gtl", ".gbl", "application/x-gerber"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+tigees",
      "url": "/quote?design=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/gerber-preview",
      "accept": {
        "application/x-gerber": [".gtl", ".gbl", ".gbo", ".gto", ".gtp", ".gbp"],
        "application/zip": [".zip"]
      }
    }
  ],
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [],
  "prefer_related_applications": false
}
