Examine source code of Ultimate 432Hz Converter : Spotify YouTube Tidal & All Web Music Streaming

Inspect and view changes in Ultimate 432Hz Converter : Spotify YouTube Tidal & All Web Music Streaming 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": "__MSG_appName__",
  "short_name": "Ultimate 432 Player",
  "version": "1.0.4",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "file://*/*"
  ],
  "permissions": [
    "storage",
    "tabCapture",
    "webNavigation",
    "scripting",
    "offscreen",
    "userScripts",
    "contextMenus",
    "tabs",
    "management"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "circles/*.svg"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*",
        "file://*/*"
      ],
      "js": [
        "isolated.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*",
        "file://*/*"
      ],
      "js": [
        "main.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "commands": {
    "commandA": {
      "description": "command A"
    },
    "commandB": {
      "description": "command B"
    },
    "commandC": {
      "description": "command C"
    },
    "commandD": {
      "description": "command D"
    },
    "commandE": {
      "description": "command E"
    },
    "commandF": {
      "description": "command F"
    },
    "commandG": {
      "description": "command G"
    },
    "commandH": {
      "description": "command H"
    },
    "commandI": {
      "description": "command I"
    },
    "commandJ": {
      "description": "command J"
    },
    "commandK": {
      "description": "command K"
    },
    "commandL": {
      "description": "command L"
    },
    "commandM": {
      "description": "command M"
    },
    "commandN": {
      "description": "command N"
    },
    "commandO": {
      "description": "command O"
    },
    "commandP": {
      "description": "command P"
    },
    "commandQ": {
      "description": "command Q"
    },
    "commandR": {
      "description": "command R"
    },
    "commandS": {
      "description": "command S"
    }
  }
}