Examine source code of Big FM - Clique para dar Play ou Stop

Inspect and view changes in Big FM - Clique para dar Play ou Stop 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
{
  "background": {
    "scripts": [
      "player.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/desliga.png",
    "default_title": "Big FM - Clique para dar Play ou Stop"
  },
  "description": "Ouça a Big FM em qualquer página enquanto navega. Basta clicar no icone para reproduzir ou parar a rádio. Simples e prático!",
  "icons": {
    "19": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "homepage_url": "http://www.mobileradio.com.br",
  "manifest_version": 2,
  "name": "Big FM - Clique para dar Play ou Stop",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "images/*.png"
  ]
}