{
  "name": "DeskTricks - All-in-One Browser Extension",
  "short_name": "DeskTricks",
  "description": "8 office tools in one Chrome extension: Page health checks, autofill, data extraction, automations, screenshots, screen recording, notes & VAT calculator. 100% local, Manifest V3.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#2F6FED",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business", "utilities"],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DeskTricks toolbar with all 8 tools"
    }
  ],
  "shortcuts": [
    {
      "name": "Autofill",
      "short_name": "Autofill",
      "description": "Visual form mapping and CSV bulk fill",
      "url": "/tools/autofill/",
      "icons": [{ "src": "/icon.png", "sizes": "128x128" }]
    },
    {
      "name": "Extract Data",
      "short_name": "Extract Data",
      "description": "Table extraction with auto-scroll capture",
      "url": "/tools/extract-data/",
      "icons": [{ "src": "/icon.png", "sizes": "128x128" }]
    },
    {
      "name": "Screen Recorder",
      "short_name": "Screen Recorder",
      "description": "Record tab, window, or full screen",
      "url": "/tools/screen-recorder/",
      "icons": [{ "src": "/icon.png", "sizes": "128x128" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://chromewebstore.google.com/detail/desktricks/agcfcpnpilighanclokppagfcjilddpo"
    }
  ]
}