Automate HDFC card Scraping

Automate HDFC card Scraping

It helps to create hdfc virtual card Automatically from your own server

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Automate HDFC card Scraping",
  "description": "It helps to create hdfc virtual card Automatically",
  "version": "1.6",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "contextMenus",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "run.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "48.png",
      "96": "96.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f20b8bae-7b20-47c4-aed0-2634840afd35}"
    }
  }
}