we advocacy corporate notifications

we advocacy corporate notifications

Change the way you communicate within your company

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "we advocacy corporate notifications",
  "version": "6.5",
  "description": "Change the way you communicate within your company",
  "homepage_url": "https://www.weadvocacy.fr",
  "author": "we advocacy",
  "icons": {
    "16": "images/icons/16.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "webfonts/*",
    "options/*",
    "frame/*",
    "gmail/*",
    "o365/*",
    "response.json"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "images/icons/48-grey.png"
    }
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.weadvocacy.com/userx",
        "https://app.weadvocacy.fr/userx"
      ],
      "js": [
        "wavars.js",
        "userx.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "*://app.weadvocacy.com/*",
    "*://app.weadvocacy.fr/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}