Testcase Reducer

Testcase Reducer

Helps with reducing markup and CSS for the purposes of generating test cases.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_addonName__",
  "description": "__MSG_addonDescription__",
  "default_locale": "en_US",
  "version": "1.5.0",
  "manifest_version": 2,
  "homepage_url": "https://github.com/webcompat/testcase-reducer",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "59.0a1"
    }
  },
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "devtools_page": "devtools.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "webNavigation",
    "https://codepen.io/*",
    "https://jsbin.com/*",
    "https://jsfiddle.net/*"
  ]
}