Examine source code of Pea.Fm - Radio online

Inspect and view changes in Pea.Fm - Radio online 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
{
  "app": {
    "launch": {
      "web_url": "https://pea.fm/?from=chrome"
    },
    "urls": [
      "https://pea.fm/?from=chrome"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0"
}