{
  "name": "Bluesky List Manager",
  "short_name": "List Manager",
  "description": "Find and manage profiles in your Bluesky lists",
  "lang": "en",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "theme_color": "#0085ff",
  "background_color": "#ffffff",
  "categories": [
    "social",
    "utilities"
  ],
  "screenshots": [
    {
      "src": "./screencapture-2.png",
      "sizes": "1189x693",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bluesky List Manager - List statistics dashboard showing engagement, verification, and growth metrics"
    },
    {
      "src": "./screencapture-3.png",
      "sizes": "1205x755",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bluesky List Manager - Find, add and remove members for the list you selected."
    },
    {
      "src": "./screencapture.png",
      "sizes": "3024x3270",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bluesky List Manager - full screenshot"
    }
  ],
  "icons": [
    {
      "src": "./web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}