Moneycontrol Digest

Moneycontrol Digest

This is a new and improved version of the MoneyControl Digest. I have done away with all the messiness of the emails and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Moneycontrol Digest",
  "version": "2.2",
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "https://www.moneycontrol.com/"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}