{
  "name": "HTML Tools",
  "short_name": "HTML Tools",
  "description": "Kumpulan tool HTML yang berjalan di browser.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F7F6F3",
  "theme_color": "#F7F6F3",
  "lang": "id",
  "icons": [
    {
      "src": "favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "JSON Searcher",
      "short_name": "JSON",
      "url": "./#/json-searcher",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "JSON Diff",
      "short_name": "Diff",
      "url": "./#/json-diff",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "JSON ke Tipe",
      "short_name": "Tipe",
      "url": "./#/json-types",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "CSV / JSON",
      "short_name": "CSV",
      "url": "./#/csv-json",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Perhitungan Lembur",
      "short_name": "Lembur",
      "url": "./#/overtime",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Hashids",
      "short_name": "Hashids",
      "url": "./#/hashids",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Regex Tester",
      "short_name": "Regex",
      "url": "./#/regex-tester",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "User Agent Parser",
      "short_name": "UA",
      "url": "./#/user-agent",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Boilerplate",
      "short_name": "Boilerplate",
      "url": "./#/boilerplate",
      "icons": [
        {
          "src": "favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}