Skype Web - Notification for Skype Web

Skype Web - Notification for Skype Web

Conveniently get Skype's notifications, Provide an easy access to web.skype.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Skype Web - Notification for Skype Web",
  "homepage_url": "https://waplus.io/?utm_source=homepage_skype",
  "description": "Conveniently get Skype's notifications, Provide an easy access to web.skype.com\n",
  "default_locale": "en",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "https://web.skype.com/"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "action": {
    "default_icon": {
      "128": "icons/128.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.skype.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [],
      "run_at": "document_end"
    }
  ],
  "version": "1.0.2"
}