Geslar Firefox

Examine source code of Geslar

제작자: Geslar.app
Inspect and view changes in Geslar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "3.2.3",
  "description": "__MSG_extDescription__",
  "default_locale": "hr",
  "homepage_url": "https://geslar.app",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "clipboardWrite",
    "activeTab",
    "scripting",
    "storage",
    "unlimitedStorage",
    "alarms",
    "idle",
    "contextMenus",
    "notifications"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+G"
      },
      "description": "__MSG_cmd_open__"
    },
    "autofill": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "__MSG_cmd_autofill__"
    }
  },
  "background": {
    "scripts": [
      "vault/vault-crypto.js",
      "vault/vault-cbor.js",
      "vault/vault-store.js",
      "vault/vault-matcher.js",
      "vault/vault-strength.js",
      "vault/vault-health.js",
      "vault/vault-totp.js",
      "vault/vault-pin.js",
      "vault/vault-passkey.js",
      "vault/vault-import.js",
      "vault/vault-export.js",
      "vault/vault-i18n-helpers.js",
      "vault/vault-contextmenu.js",
      "vault/vault-cloud-crypto.js",
      "vault/vault-cloud-api.js",
      "vault/vault-entitlements.js",
      "vault/vault-features.js",
      "vault/vault-cloud-sync.js",
      "vault/vault-key-map.js",
      "vault/vault-shared.js",
      "vault/vault-collections.js",
      "vault/vault-autolock.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*/*.xml*"
      ],
      "js": [
        "vault/vault-autofill-shared.js",
        "build/dialects.js",
        "build/core.js",
        "vault/vault-content-heuristics.js",
        "vault/vault-generator-settings.js",
        "vault/vault-generator-bubble.js",
        "vault/vault-content-fill-helpers.js",
        "vault/vault-content.js",
        "vault/vault-focus-tracker.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*/*.xml*"
      ],
      "js": [
        "vault/vault-page-script.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "world": "MAIN"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "theme_icons": [
      {
        "light": "icons/16.png",
        "dark": "icons/16.png",
        "size": 16
      },
      {
        "light": "icons/32.png",
        "dark": "icons/32.png",
        "size": 32
      },
      {
        "light": "icons/48.png",
        "dark": "icons/48.png",
        "size": 48
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "geslar@geslar.app",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

최고의 Geslar 대안

다음은 Geslar과(와) 유사한 Firefox add-on입니다: