Client Wisher

Client Wisher

Leverage Your Friends Birthday to Re-Connect With New & Existing Leads & Start Conversations To Promote Your Products & Services!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Client Wisher",
  "version": "1.6.0",
  "description": "Leverage Your Friends Birthday to Re-Connect With New & Existing Leads & Start Conversations To Promote Your Products & Services!",
  "short_name": "CW",
  "action": {
    "default_title": "Client Wisher",
    "default_popup": "login.html"
  },
  "icons": {
    "16": "images/60a4e857c27a7e5a7784aaca-Client_Wisher-1640519663135-small_icon.png",
    "48": "images/60a4e857c27a7e5a7784aaca-Client_Wisher-1640519663214-medium_icon.png",
    "128": "images/60a4e857c27a7e5a7784aaca-Client_Wisher-1640519663266-large_icon.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://api.birthdaywisher.io/*",
    "https://upload.facebook.com/",
    "https://www.facebook.com/*",
    "https://web.facebook.com/*",
    "https://m.facebook.com/*",
    "https://mbasic.facebook.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "background": {
    "service_worker": "js/serviceWorker.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "lib/jquery.min.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}