Parquack Firefox

Examine source code of Parquack

제작자: Bert Add-on
Inspect and view changes in Parquack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Parquack",
  "version": "1.1.1",
  "description": "View and query Parquet files in your browser — powered by DuckDB-WASM.",
  "icons": {
    "16": "dist/icon-16.png",
    "32": "dist/icon-32.png",
    "48": "dist/icon-48.png",
    "128": "dist/icon-128.png"
  },
  "action": {
    "default_title": "Open Parquack",
    "default_icon": {
      "16": "dist/icon-16.png",
      "32": "dist/icon-32.png",
      "48": "dist/icon-48.png",
      "128": "dist/icon-128.png"
    }
  },
  "host_permissions": [
    "<all_urls>",
    "file:///*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "parquack@local.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "permissions": [
    "declarativeNetRequest"
  ]
}

최고의 Parquack 대안

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