Examine source code of TGRT FM

Inspect and view changes in TGRT 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
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "TGRT FM",
  "description": "Şimdilik Dünya Dinliyor.",
  "version": "1.4",
  "manifest_version": 2,
  "app": {
    "launch": {
      "web_url": "http://www.tgrt-fm.com.tr"
    }
  },
  "icons": {
    "128": "128x128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}