{
  "name": "PastePass",
  "short_name": "PastePass",
  "description": "Instant clipboard & file sharing across devices",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New paste from clipboard",
      "short_name": "Paste",
      "description": "Create a paste from whatever is on your device clipboard",
      "url": "/?action=paste",
      "icons": [
        { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Copy latest paste",
      "short_name": "Copy latest",
      "description": "Copy your most recent paste back to the clipboard",
      "url": "/?action=copy-latest",
      "icons": [
        { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Upload image",
      "short_name": "Upload",
      "description": "Pick an image from your gallery or camera",
      "url": "/?action=upload",
      "icons": [
        { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
