{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "org.lighthousedark.app",
  "name": "Lighthouse Dark - Web Performance & SEO Analyzer",
  "short_name": "Lighthouse Dark",
  "description": "Get a blunt, witty critique of your website's SEO and Core Web Vitals with real data and actionable fixes. Free AI-powered performance analysis.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "theme_color": "#0f0f10",
  "background_color": "#0f0f10",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["developer tools", "utilities", "productivity", "business"],
  "iarc_rating_id": "",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "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"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Lighthouse Dark - Analyze any website"
    },
    {
      "src": "/screenshot-results.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Lighthouse Dark - Detailed Results"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lighthouse Dark - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze Website",
      "short_name": "Analyze",
      "description": "Start a new website analysis",
      "url": "/?action=analyze",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "About",
      "short_name": "About",
      "description": "Learn about Lighthouse Dark",
      "url": "/about"
    },
    {
      "name": "FAQs",
      "short_name": "FAQs",
      "description": "Frequently asked questions",
      "url": "/faqs"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+lighthousedark",
      "url": "/?url=%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title"
    }
  },
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://lighthousedark.org/manifest.json"
    }
  ],
  "prefer_related_applications": false
}
