Examine source code of Voice Read-Aloud

Inspect and view changes in Voice Read-Aloud source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{657d1434-c0e1-4b4b-bce4-7bff4531f0b0}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "64": "icons/logo_64.png"
    }
  },
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "Read Mode",
  "permissions": [
    "tabs",
    "notifications"
  ],
  "version": "1.0",
  "icons": {
    "32": "icons/logo_32.png",
    "48": "icons/logo_48.png",
    "64": "icons/logo_64.png"
  }
}