Teams Notification Alert

Teams Notification Alert

Teams web app Notification Alert Used by Night Shift

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Teams Notification Alert",
  "description": "Teams web app Notification Alert Used by Night Shift",
  "version": "1.3",
  "icons": {
    "38": "icon2.png",
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "myaction.js",
      "jquery.min.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon2.png",
    "default_title": "Teams Notification Alert 1.3"
  },
  "permissions": [
    "debugger",
    "notifications",
    "https://*.teams.microsoft.com/*"
  ],
  "manifest_version": 2
}