VAT Online Calculator

VAT Online Calculator

It's simple and replaces your current Firefox New Tab window with a feature packed VAT Online Calculator New Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "VAT Online Calculator",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(28, 116, 182)",
      "toolbar_text": "rgb(255, 255, 255)",
      "frame": "rgb(95, 153, 208)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(48, 164, 190)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(85, 227, 101)",
      "popup": "rgb(24, 74, 111)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(85, 227, 101)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{37dc381d-dc6e-4f06-a35f-738df8d9363b}"
    }
  }
}