TeanglannFormat

TeanglannFormat

Formats Teanglann.ie, enabling you to find what you need quicker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TeanglannFormat",
  "description": "Formats teanglann.ie",
  "version": "0.1.3",
  "icons": {
    "64": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.teanglann.ie/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "variants.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{80261757-defd-4000-8c0f-4104caa909d9}"
    }
  }
}