Examine source code of United States Radios

Inspect and view changes in United States Radios source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "United States Radios",
  "description": "Tune in your favorite radio station in United States.",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.enparranda.com/"
    ],
    "launch": {
      "web_url": "http://www.enparranda.com/united-states-stations/"
    }
  },
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}