Curuçá FM

Ouça a Radio diretamente no Google Chrome.
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/off.png",
    "default_title": "Curuçá FM - Clique para dar Play ou Stop"
  },
  "description": "Ouça a Radio diretamente no Google Chrome.",
  "icons": {
    "19": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 2,
  "name": "Curuçá FM",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.1"
}