Group phabricator notifications

Group phabricator notifications

Groups phabricator notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Group phabricator notifications",
  "description": "Groups phabricator notifications",
  "version": "1.4",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "include_globs": [
        "*://*.phabricator.*/notification/*",
        "*://phabricator.*.*/notification/*"
      ],
      "exclude_globs": [
        "*://*/notification/query/edit/"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "permissions": []
}