Give A Spark

Give A Spark

give a spark is email signature tool through which you can set your email signature on different emails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Give A Spark",
  "description": "give a spark is email signature tool through which you can set your email signature on different emails.",
  "version": "1.1",
  "manifest_version": 3,
  "background": {},
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://outlook.live.com/*",
        "https://mail.yahoo.com/*",
        "https://mail.yandex.com/*"
      ],
      "js": [
        "scripts.js"
      ]
    }
  ]
}