{
  "name": "Pastewala",
  "short_name": "Pastewala",
  "description": "Free, modern paste sharing. Create and share notes, code, and documents instantly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFDF8",
  "theme_color": "#FF8C42",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Paste",
      "url": "/",
      "description": "Create a new paste"
    },
    {
      "name": "Code Diff",
      "url": "/diff",
      "description": "Compare two pastes"
    }
  ]
}
