Translator for the Breed Bootloader

Translator for the Breed Bootloader

More informations at https://github.com/szsoftware/breed-translator.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.1",
  "name": "Translator for the Breed Bootloader",
  "short_name": "Breed Translator",
  "description": "More informations at https://github.com/szsoftware/breed-translator.",
  "permissions": [
    "http://192.168.1.1/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://192.168.1.1/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}