{
  "name": "AetherAI AutoPrint - Enterprise Email-to-Print Automation",
  "short_name": "AutoPrint",
  "description": "Transform your business workflows with intelligent email-to-print automation software. Trusted by 10,000+ businesses in New Zealand, Australia, USA, UK, Canada, and worldwide.",
  "start_url": "/autoprint",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0078d4",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-NZ",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "windows",
      "url": "https://autoprint.com/download/windows",
      "id": "com.autoprint.desktop"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.autoprint.mobile",
      "id": "com.autoprint.mobile"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+autoprint",
      "url": "/handle?url=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/dashboard/print",
      "accept": {
        "application/pdf": [".pdf"],
        "application/msword": [".doc"],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "text/plain": [".txt"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"]
      }
    }
  ]
}
