{
  "manifest_version": 3,
  "name": "The Horizon - Flow Project Password Lock",
  "version": "1.0.0",
  "description": "Pede senha antes de liberar a exclusão de projetos no Google Flow.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.thehorizon.pro/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://labs.google/fx/*",
        "https://labs.google/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}