The Camelizer - Price Tracker

The Camelizer - Price Tracker

Add price history charts and price watch features to Firefox when viewing product pages on Amazon. Use it to make informed purchasing decisions and to receive price drop alerts via email, Twitter, or RSS feed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "68.0"
    }
  },
  "name": "__MSG_appName__",
  "short_name": "Camelizer",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "3.0.15",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "96": "icon-96.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "page_action": {
    "default_title": "__MSG_pageActionTitle__",
    "default_icon": "icon-96.png",
    "default_popup": "main.html",
    "show_matches": [
      "https://*.amazon.com/*",
      "https://amazon.com/*",
      "https://*.amazon.co.uk/*",
      "https://amazon.co.uk/*",
      "https://*.amazon.fr/*",
      "https://amazon.fr/*",
      "https://*.amazon.de/*",
      "https://amazon.de/*",
      "https://*.amazon.es/*",
      "https://amazon.es/*",
      "https://*.amazon.ca/*",
      "https://amazon.ca/*",
      "https://*.amazon.it/*",
      "https://amazon.it/*",
      "https://*.amazon.com.au/*",
      "https://amazon.com.au/*",
      "https://*.camelcamelcamel.com/*",
      "https://camelcamelcamel.com/*"
    ]
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://*.camelcamelcamel.com/*",
    "https://camelcamelcamel.com/*",
    "https://*.amazon.com/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.de/*",
    "https://*.amazon.es/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.it/*",
    "https://*.amazon.com.au/*"
  ],
  "author": "Cosmic Shovel, Inc.",
  "homepage_url": "https://camelcamelcamel.com/",
  "options_ui": {
    "page": "options.html"
  },
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "windows": "Alt+Shift+C",
        "mac": "Alt+Shift+C",
        "chromeos": "Alt+Shift+C",
        "linux": "Alt+Shift+C"
      }
    }
  }
}