Examine source code of Era FM

Inspect and view changes in Era FM 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": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "author": "Akmal Razali",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "36.0",
  "name": "Era FM",
  "permissions": [
    "webview"
  ],
  "short_name": "Era FM",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}