BestPriceOn: Compare and Buy

BestPriceOn: Compare and Buy

BestPriceOn is a price comparison website that provides you with a catalog of products that display the lowest price of the product from various merchants available on e-retailers like Amazon, Flipkart, and Snapdeal.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search | Compare | Buy - BestPriceOn",
  "short_name": "BestPriceOn",
  "description": "Compare products & get updated prices for Laptops, Mobiles, and more.",
  "version": "1.2.4resigned1",
  "browser_action": {
    "default_icon": {
      "16": "Assets/fav.png"
    },
    "default_title": "BestPriceOn",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jquery-3.2.1.min.js",
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "Assets/*",
    "Assets/amazon.png",
    "Assets/flipkart.png",
    "Assets/shopclues.png",
    "Assets/snapdeal.png",
    "Assets/whitelogo.png",
    "Assets/BestPriceOn.png",
    "Assets/fav.png",
    "Assets/white_logo.png",
    "liker.js"
  ],
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{14baa501-6ae8-40b6-9695-f9e3baf5c303}"
    }
  }
}