Currency Converter, Affiliate

Currency Converter, Affiliate

Real-time multiple currency converter, PNR Status and affiliate shopping for flipkart, snapdeal, nearbuy & All countries of Amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "homepage_url": "https://cartitem.wordpress.com/",
  "name": "Currency Calculators",
  "short_name": "currency converter, age & simple interest calculator, Amazon, flipkart, snapdeal, nearbuy, infibeam affiliate",
  "description": "Real-time multiple currency converter, simple interest calculator & you can check your age with days, months and years with affiliate",
  "version": "0.0.0.46",
  "browser_action": {
    "default_icon": {
      "19": "images/image19.png",
      "38": "images/image38.png"
    },
    "default_title": "All in one place",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/image16.png",
    "48": "images/image48.png",
    "128": "images/image128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "js/zama.js",
      "js/maebifni.js",
      "js/tramlaw.js",
      "js/pilf.js",
      "js/pans.js",
      "js/raen.js",
      "js/bgib.js",
      "js/target.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.flipkart.com/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{42e3db3a-95ef-46bb-9acd-cf362a93ce53}"
    }
  }
}