LiveRune (Elder Futhark) Firefox

Examine source code of LiveRune (Elder Futhark)

By: tirse
Inspect and view changes in LiveRune (Elder Futhark) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Elder Futhark Translator",
  "version": "1.0",
  "description": "Automatically translates web pages into Elder Futhark runes.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{77b8f8d7-ea6f-464a-b3f0-0f230332ce4d}"
    }
  }
}

Best LiveRune (Elder Futhark) Alternatives

Here are some Firefox add-ons that are similar to LiveRune (Elder Futhark):