{
  "name": "Full Page Screenshot Capture",
  "short_name": "Full Page Sc",
  "description": "Full Page Screenshot Capture is a free Chrome extension that scrolls and captures entire webpages as PNG or JPEG. Minimal permissions, no external data calls, fully local.",
  "start_url": "/",
  "display": "minimal-ui",
  "background_color": "#fdfcfc",
  "theme_color": "#146c4e",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}