DIDO Sender

DIDO Sender

Best Message Sending Extension. Send customized notifications and offer messages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DIDO Sender",
  "description": "Best Message Sending Extension. Send customized notifications and offer messages.",
  "version": "1.0.5",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "*://web.whatsapp.com/*",
    "https://www.premiumsenderplus.in/*",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "img/emojis/angry.gif",
    "img/emojis/care.gif",
    "img/emojis/haha.gif",
    "img/emojis/like.gif",
    "img/emojis/love.gif",
    "img/emojis/sad.gif",
    "img/emojis/wow.gif",
    "js/page.js",
    "css/page.css",
    "css/tippy.css",
    "locales/en.json",
    "locales/countries.json"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/16.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/16.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}