Mask Files on GitHub Firefox

Examine source code of Mask Files on GitHub

By: Salman
Inspect and view changes in Mask Files on GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hide Files on GitHub",
  "version": "2.1.3resigned1",
  "description": "Hide nonessential files from the file browser",
  "homepage_url": "https://github.com/salmanulfarzy/mask-files-on-github",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "{e3ad1b0f-99ff-4df7-87bb-0b17cfa9628d}",
      "strict_min_version": "60.0"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://github.com/*/*",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://github.com/*/*"
      ],
      "exclude_matches": [
        "https://github.com/*/dotfiles*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "api.js",
        "content.js"
      ]
    }
  ]
}

Best Mask Files on GitHub Alternatives

Here are some Firefox add-ons that are similar to Mask Files on GitHub: