{
  "name": "AutoReview Pro for Power Automate",
  "short_name": "AutoReview",
  "description": "Extract key information for Power Automate exports for reviewing and sharing.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "background_color": "#1a1e22",
  "theme_color": "#00326B",
  "orientation": "any",
  "icons": [
    {
      "src": "imgs/autoreview-pro.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "imgs/autoreview-pro.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "id": "/",
  "categories": [
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "application/zip": [".zip"]
      }
    }
  ]
}