CE SPY

CE SPY

Tracks ongoing & upcoming programming events

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CE SPY",
  "description": "Tracks ongoing & upcoming programming events",
  "version": "1.2",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "CE SPY"
  },
  "icons": {
    "16": "CE Logo.png",
    "48": "CE Logo.png",
    "128": "CE Logo.png"
  },
  "permissions": [
    "storage",
    "https://pure-oasis-32759.herokuapp.com/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}