Open TortoiseSVN Firefox

Examine source code of Open TortoiseSVN

Inspect and view changes in Open TortoiseSVN source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Open TortoiseSVN",
  "version": "2.3.3",
  "description": "Extension to open a file directly in TortoiseSVN instead of in the browser.",
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "applications": {
    "gecko": {
      "id": "open_tortoise_svn@masamitsu.murase.jp",
      "strict_min_version": "57.0"
    }
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/common/misc.js",
      "js/common/action_matcher.js",
      "js/common/misc_settings.js",
      "js/common/error.js",
      "js/common/data_migrator.js",
      "js/common/svn_url.js",
      "js/background/badge_manager.js",
      "js/background/context_menu.js",
      "js/background/message_receiver.js",
      "js/background/tortoise_svn_opener.js",
      "js/background/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Open TortoiseSVN"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*/*"
      ],
      "css": [
        "css/page.css"
      ],
      "js": [
        "js/common/misc.js",
        "js/common/action_matcher.js",
        "js/common/misc_settings.js",
        "js/common/error.js",
        "js/common/svn_url.js",
        "js/content_script/a_tag_parser.js",
        "js/content_script/icon.js",
        "js/content_script/icon_decorator.js",
        "js/content_script/message_sender.js",
        "js/content_script/proxy.js",
        "js/content_script/content_script.js"
      ]
    }
  ],
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true,
    "chrome_style": true
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "nativeMessaging",
    "storage"
  ],
  "web_accessible_resources": [
    "images/en/tooltip_repobrowser.svg",
    "images/en/tooltip_blame.svg",
    "images/en/tooltip_log.svg",
    "images/ja/tooltip_repobrowser.svg",
    "images/ja/tooltip_blame.svg",
    "images/ja/tooltip_log.svg"
  ]
}

Best Open TortoiseSVN Alternatives

Here are some Firefox add-ons that are similar to Open TortoiseSVN: