{
  "name": "iconmakeit — make a little guy, ship a whole icon set",
  "short_name": "iconmakeit",
  "description": "Make a little guy, ship a whole icon set. Draw it, drop a PNG, or pick a shape — then dress it up and export every size you need.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f6f2fc",
  "theme_color": "#f6f2fc",
  "categories": ["graphics", "design", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
