Shavian Translator Firefox

Examine source code of Shavian Translator

Inspect and view changes in Shavian Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shavian Translator",
  "author": "Seth Leonard",
  "license": "MIT",
  "version": "1.0",
  "description": "Translates website text to Shavian script",
  "browser_specific_settings": {
    "gecko": {
      "id": "shavian-translator@seth.im"
    }
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "webNavigation",
    "<all_urls>",
    "downloads"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_title": "Shavian Translator Settings",
    "default_popup": "settings.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Toggle Translation"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "dict.json",
    "dictionary-editor.html",
    "dictionary-editor.js"
  ]
}

Best Shavian Translator Alternatives

Here are some Firefox add-ons that are similar to Shavian Translator: