{
  "name": "Chenology",
  "short_name": "Chenology",
  "description": "Tiny tools. Big leverage. Fast, focused tools for developers and distributed teams.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#4f8cff",
  "background_color": "#f5f3f0",
  "icons": [
    {
      "src": "assets/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "developer", "tools"],
  "shortcuts": [
    {
      "name": "Products",
      "short_name": "Products",
      "description": "View our developer tools",
      "url": "products.html",
      "icons": [
        {
          "src": "assets/icons/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Get help with our tools",
      "url": "support.html",
      "icons": [
        {
          "src": "assets/icons/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ]
}