Examine source code of arti-gian-fm

Inspect and view changes in arti-gian-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": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icons/button.png",
    "default_title": "Онлайн Радио"
  },
  "name": "Онлайн радио",
  "version": "1.1",
  "description": "Радио - онлайн с лучшими радиостанциями России и мира. Слушайте радио прямо в вашем любимом браузере.",
  "homepage_url": "http://www.radiobells.com/",
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "background": {
    "page": "popup.html"
  }
}