Ontechbuzz

Ontechbuzz

India's Best Online Deals & Discounts website. Get Latest huge discounts from Flipkart, Amazon, Snapdeal,and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ontechbuzz",
  "description": "India's Best Online Deals & Discounts website. Get Latest huge discounts from Flipkart, Amazon, Snapdeal,and more.",
  "version": "0.0.0.2",
  "icons": {
    "128": "icons/128.png"
  },
  "web_accessible_resources": [
    "settings.html",
    "js/*",
    "css/*",
    "icons/*",
    "fonts/*"
  ],
  "permissions": [
    "notifications",
    "alarms",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "OnTechBuzz",
    "default_popup": "popup.html"
  }
}