{
  "name": "PasteSnip",
  "short_name": "PasteSnip",
  "description": "Paste it. Share it. Done.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#12151D",
  "theme_color": "#6C63FF",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": [
            "image/*"
          ]
        }
      ]
    }
  },
  "categories": [
    "productivity",
    "utilities"
  ],
  "orientation": "any"
}