The Scholars' Avenue Notifier

The Scholars' Avenue Notifier

Keep up with the latest from The Scholars' Avenue.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Scholars' Avenue Notifier",
  "version": "12",
  "manifest_version": 2,
  "description": "Keep up with the latest from The Scholars' Avenue.",
  "icons": {
    "48": "images/tsa47px.png",
    "128": "images/tsa128px.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/tsa19px.png"
    },
    "default_title": "The Scholars' Avenue Notifier",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.scholarsavenue.org/feed/",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "page": "background.html"
  }
}