Gold Prices in India

Gold Prices in India

View live gold prices in India, gold sell price, gold buy price, buy 24K gold, sell 24k gold, subscribe to updates every 30 mins

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gold Prices in India",
  "version": "1.9.0",
  "description": "View live gold prices in India, gold sell price, gold buy price, buy 24K gold, sell 24k gold, subscribe to updates every 30 mins",
  "permissions": [
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "images/gold_32.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "images/gold_16.png",
    "32": "images/gold_32.png",
    "128": "images/gold_128.png",
    "256": "images/gold_256.png"
  }
}