H1 Templates

H1 Templates

Augment your H1 report experience by saving report templates in your browser and automatically filling in the reports for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "H1 Templates",
  "version": "1.1",
  "description": "Augment your H1 report experience by saving report templates in your browser and automatically filling in the reports for you!",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://hackerone.com/*"
      ],
      "js": [
        "content_scripts/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{028dcba4-5510-4162-a1e3-56e8e9d7db63}"
    }
  }
}