NPR Today

NPR Today

A beautiful HTML5 streaming audio player for NPR's 24 hour news

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NPR Today",
  "description": "A beautiful HTML5 streaming audio player for NPR's 24 hour news",
  "version": "1.0",
  "icons": {
    "128": "128.png",
    "256": "256.png"
  },
  "app": {
    "urls": [
      "http://npr.today/"
    ],
    "launch": {
      "web_url": "http://npr.today/",
      "width": 1080,
      "height": 400
    }
  }
}