STEM Chronos

STEM Chronos

The easiest way for students and teachers to keep track of the schedule at STEM!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "STEM Chronos",
  "version": "1.5.2",
  "description": "The easiest way for students and teachers to keep track of the schedule at STEM!",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon-128.png"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "http://*/"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://cdn.firebase.com https://*.firebaseio.com https://www.gstatic.com/firebasejs/5.7.0/; object-src 'self'"
}