Prager University

Prager University

Short videos. Big ideas. A world of new perspectives, five minutes at a time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Prager University",
  "description": "Short videos.  Big ideas.  A world of new perspectives, five minutes at a time.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "prager.html"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "http://*.rackcdn.com/"
  ]
}