{
  "name": "PTL Super app : Full ver.",
  "short_name": "PTL Super app",
  "description": "Cutting tool .App — carbide tools, HSS tools and indexable inserts with one shared cart.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F6F8",
  "theme_color": "#F4F6F8",
  "lang": "th",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Carbide Tools",
      "url": "/?go=endmill"
    },
    {
      "name": "HSS Tools",
      "url": "/?go=hss"
    },
    {
      "name": "Indexable Inserts",
      "url": "/?go=inserts"
    },
    {
      "name": "Cart",
      "url": "/?go=cart"
    }
  ]
}