{
  "name": "Recordly — Screen Recorder",
  "short_name": "Recordly",
  "description": "A privacy-first screen recording studio. Capture your screen, webcam, and audio — all locally in your browser.",
  "start_url": "/record",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0f14",
  "theme_color": "#00C7BE",
  "categories": ["productivity", "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Recording",
      "short_name": "Record",
      "description": "Jump straight into the recording studio",
      "url": "/record",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Start a Meeting",
      "short_name": "Meet",
      "description": "Create or join a meeting",
      "url": "/meet",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
