eRezLife Mark Read Tool

eRezLife Mark Read Tool

Mark all bulletins as read on eRezLife for UCR staff

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "eRezLife Mark Read Tool",
  "version": "1.0",
  "description": "Mark all bulletins as read on eRezLife for UCR staff",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "permissions": [
    "activeTab",
    "https://ucr.erezlife.com/*"
  ],
  "icons": {
    "16": "icons/eRezLife_Icon_16.png",
    "32": "icons/eRezLife_Icon_32.png",
    "48": "icons/eRezLife_Icon_48.png",
    "128": "icons/eRezLife_Icon_128.png"
  },
  "manifest_version": 2
}