Inspect and view changes in Terraform Docs .html Redirect source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"version": "0.1.3",
"name": "Terraform Docs .html Redirect",
"description": "Redirect requests ending with .html to the non .html version on the Terraform Docs website",
"browser_specific_settings": {
"gecko": {
"id": "{5d456b0b-c2be-435a-bfb6-ce7519952aa1}"
}
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https://registry.terraform.io/providers/*/*/latest/docs/*"
],
"manifest_version": 2,
"background": {
"scripts": [
"js/background.js"
]
}
}