Examine source code of Rapideo.pl extension

Inspect and view changes in Rapideo.pl extension 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
{
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.3.2resigned1",
  "manifest_version": 2,
  "default_locale": "pl",
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs",
    "contextMenus",
    "notifications",
    "management"
  ],
  "browser_action": {
    "default_icon": "data/images/icon_128x128.png",
    "default_popup": "data/html/login.html"
  },
  "icons": {
    "16": "data/images/icon_16x16.png",
    "32": "data/images/icon_32x32.png",
    "48": "data/images/icon_48x48.png",
    "128": "data/images/icon_128x128.png"
  },
  "background": {
    "page": "data/html/background.html"
  },
  "web_accessible_resources": [
    "data/*",
    "lib/js/bugsnag.js"
  ],
  "applications": {
    "gecko": {
      "id": "jid1-MVBjD3PCN9WVIQ@jetpack",
      "strict_min_version": "42.0"
    }
  }
}