Moody At Work

Moody At Work

Moody At Work, the cutting-edge platform that's reshaping how organizations enhance their performance and culture.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Moody At Work",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "Moody At Work, the cutting-edge platform that's reshaping how organizations enhance their performance and culture.",
  "icons": {
    "16": "moody128.png",
    "48": "moody128.png",
    "128": "moody128.png",
    "192": "moody192.png",
    "512": "moody512.png"
  },
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content.css",
        "performance.css"
      ],
      "js": [
        "content.js"
      ],
      "exclude_matches": [
        "*://*/*business*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "identity",
    "storage",
    "fontSettings"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "moodyAtWork.png",
        "images/cool.gif",
        "images/pensive.gif",
        "images/relieved.gif",
        "images/mind-blown.gif",
        "images/anxious.gif",
        "close.png",
        "Rectangle.png",
        "mainLogo.png",
        "images/tick.gif",
        "images/rolling-eyes.gif",
        "images/salute.gif",
        "images/star-struck.gif",
        "images/yawn.gif",
        "images/nerd.gif",
        "images/motivated1.gif",
        "images/motivated2.gif",
        "images/motivated3.gif",
        "images/motivated4.gif",
        "images/motivated5.gif",
        "images/motivated6.gif",
        "images/excited1.gif",
        "images/excited2.gif",
        "images/excited3.gif",
        "images/excited4.gif",
        "images/excited5.gif",
        "images/anxious1.gif",
        "images/anxious2.gif",
        "images/anxious3.gif",
        "images/anxious4.gif",
        "images/anxious5.gif",
        "https://2pay-js.2checkout.com/v1/2pay.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}