Examine source code of RAPAMOLE FM

Inspect and view changes in RAPAMOLE 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
{
  "manifest_version": 3,
  "name": "RAPAMOLE FM",
  "version": "1.1",
  "description": "Novas músicas!!",
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "chess.js",
        "img.json",
        "music.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "RAPAMOLE FM"
  },
  "icons": {
    "16": "./icons/chess-16.png",
    "48": "./icons/chess-48.png",
    "128": "./icons/chess-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}