Prizzas Firefox

Examine source code of Prizzas

By: Prizzas
Inspect and view changes in Prizzas source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prizzas",
  "version": "0.1.0",
  "description": "See any price in pizzas. Toggle Prizzas to convert prices on any webpage into pizza equivalents.",
  "homepage_url": "https://prizzas.com",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "service_worker": "background/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/pizza-style-4-16.png",
    "48": "icons/pizza-style-4-48.png",
    "128": "icons/pizza-style-4-128.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    {
      "resources": [
        "shared/icons/*.svg",
        "shared/fonts/*",
        "icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "prizzas@prizzas.com",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Prizzas Alternatives

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