UAIE — Universal Adaptive Interface Engine Firefox

Examine source code of UAIE — Universal Adaptive Interface Engine

Inspect and view changes in UAIE — Universal Adaptive Interface Engine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "UAIE — Universal Adaptive Interface Engine",
  "short_name": "UAIE",
  "version": "1.3.2",
  "description": "Learner-controlled accessibility: TTS, Braille, Plain Language, UAIE Sign™, 30+ languages. Free, no API. Works on every website.",
  "author": "Fiza Pathan",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "UAIE — Universal Adaptive Interface Engine (Alt+A)"
  },
  "commands": {
    "toggle-panel": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "Open or close the UAIE Accessibility Panel"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "uaie-content.css"
      ],
      "js": [
        "uaie-i18n.js",
        "uaie-content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "icons/*",
    "signs/uaie/*.gif",
    "signs/uaie/fingerspell/*.png",
    "fonts/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "uaie@fizapathan.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best UAIE — Universal Adaptive Interface Engine Alternatives

Here are some Firefox add-ons that are similar to UAIE — Universal Adaptive Interface Engine: