Examine source code of RÁDIO ENERGY FM BRAZIL

Inspect and view changes in RÁDIO ENERGY FM BRAZIL 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",
  "name": "RÁDIO ENERGY FM BRAZIL",
  "description": "Ouça a Energy FM Brazil enquanto navega. É só clicar no icone para reproduzir ou parar a rádio. Simples e prático!",
  "version": "1.0.4",
  "manifest_version": 3,
  "permissions": [
    "offscreen",
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Play/Pause Rádio",
    "default_icon": "images/pause_icon.png"
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  }
}