NPR Player

NPR Player

A simple player to stream NPR in the background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NPR Player",
  "version": "0.0.6",
  "manifest_version": 2,
  "description": "A simple player to stream NPR in the background.",
  "homepage_url": "https://github.com/fabe/npr",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "NPR Player"
  },
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "background"
  ]
}