{
  "manifest_version": 3,
  "name": "PostgreSQL -> pg.ddx.io redirector",
  "version": "1.1.0",
  "description": "Redirect postgr.es / postgresql.org message-id links and git.postgresql.org gitweb links to pg.ddx.io before the request leaves the browser.",
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://postgr.es/*",
    "https://www.postgresql.org/*",
    "https://git.postgresql.org/*",
    "https://pg.ddx.io/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "homepage_url": "https://pg.ddx.io/tools/"
}
