Nightly Firefox

Examine source code of Nightly

By: Nightly
Inspect and view changes in Nightly source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.48.82",
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "default_locale": "en",
  "action": {
    "default_icon": {
      "16": "icons/logo-16.png",
      "32": "icons/logo-32.png",
      "48": "icons/logo-48.png",
      "128": "icons/logo-128.png"
    },
    "default_title": "Chrome Extension ExtensionRoot",
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js",
        "chunks/*",
        "connect-hardware.html",
        "connect-keystone.html",
        "connect-trezor.html",
        "content-runtime.js",
        "inject-runtime.js",
        "web-login.html",
        "orbs-webpage.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://*/*",
    "*://connect.trezor.io/9/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+N"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{76026700-1d2e-4c46-8454-198e27682104}",
      "strict_min_version": "126.0"
    }
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Nightly Alternatives

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