{
  "name": "AnnotiQ: Save what Matters",
  "short_name": "AnnotiQ",
  "description": "A Chrome Extension and Mobile PWA to highlight, tag, and manage web annotations with an interactive dashboard.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0E1F3D",
  "theme_color": "#0E1F3D",
  "categories": [
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/AQ_logo_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/AQ_logo_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/AQ_logo_512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/AQ_logo_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/page-highlight.jpg",
      "sizes": "800x600",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AnnotiQ Web Highlighting & Annotations"
    },
    {
      "src": "/page-data.jpg",
      "sizes": "800x600",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AnnotiQ Knowledge Base & Analytics"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
