SARS Notifications Firefox

Examine source code of SARS Notifications

By: MichaeT Add-on
Inspect and view changes in SARS Notifications source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SARS Notifications",
  "version": "1.0",
  "description": "Plays sound when there is a new drop in student",
  "icons": {
    "128": "/resources/iconLarge.png"
  },
  "web_accessible_resources": [
    "resources/alert.mp3"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://sarsstem.miracosta.edu/sarsanywhere/"
      ],
      "js": [
        "src/content/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  },
  "permissions": [
    "webNavigation",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "src/extension/popup.html",
    "default_icon": "resources/iconSmall.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8ee13c7e-9665-448c-a01d-a15b67f2478e}"
    }
  }
}

Best SARS Notifications Alternatives

Here are some Firefox add-ons that are similar to SARS Notifications: