Requirements Authoring Tool - RAT

Requirements Authoring Tool - RAT

RAT assists you in the activity of writing requirements with the power and the simplicity of The REUSE Company Tools

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Requirements Authoring Tool - RAT",
  "version": "1.2.4",
  "description": "RAT assists you in the activity of writing requirements with the power and the simplicity of The REUSE Company tools.",
  "icons": {
    "16": "assets/images/RAT.png",
    "32": "assets/images/RAT.png",
    "48": "assets/images/RAT.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_title": "RAT Extension",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/*",
        "styles.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4DE569B1-4EA5-476F-922B-81490BC15000}"
    }
  }
}