538Notify

538Notify

Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "538Notify",
  "description": "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!",
  "version": "0.1.1",
  "manifest_version": 2,
  "icons": {
    "48": "./pics/FOXYMALARKEY48.png",
    "128": "./pics/FOXYMALARKEY.png"
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ]
}