BetterServ Firefox

Examine source code of BetterServ

By: Lutz Pf
Inspect and view changes in BetterServ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BetterServ",
  "version": "0.4.9",
  "description": "Make IServ great again! (more like great for the first time)",
  "content_scripts": [
    {
      "matches": [
        "*://*/iserv*"
      ],
      "js": [
        "dist/bettersidebar.js",
        "dist/iservlist.js",
        "dist/hidelogin.js",
        "dist/tictactoe.js"
      ],
      "css": [
        "dist/symbols.css",
        "dist/ubuntu.css",
        "dist/betterserv.css",
        "dist/rainbow.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/iserv/file*"
      ],
      "js": [
        "dist/betterfiles_webdav.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_title": "BetterServ",
    "default_popup": "static/popup.html"
  },
  "background": {
    "scripts": [
      "static/fileblocker.js"
    ]
  },
  "icons": {
    "192": "img/android-chrome-192x192.png",
    "512": "img/android-chrome-512x512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pfannenschmidtlutz@gmail.com"
    }
  }
}

Best BetterServ Alternatives

Here are some Firefox add-ons that are similar to BetterServ: