{
  "name": "ChitSheet - Smart Cheat Sheet Generator",
  "short_name": "ChitSheet",
  "description": "Generate ultra-compact printable cheat sheets that fit perfectly on A4 paper.",
  "start_url": "/dashboard.html",
  "display": "standalone",
  "background_color": "#0A0A0F",
  "theme_color": "#6C63FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "assets/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "shortcuts": [
    {
      "name": "New Cheat Sheet",
      "short_name": "New",
      "description": "Create a new blank cheat sheet",
      "url": "/editor.html",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
