Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "Ultimate 432 Player",
"version": "1.4.0",
"default_locale": "en",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"file:\/\/*\/*"
],
"permissions": [
"storage",
"tabCapture",
"webNavigation",
"scripting",
"offscreen",
"userScripts",
"contextMenus",
"tabs",
"management",
"identity",
"clipboardRead",
"clipboardWrite",
"sidePanel"
],
"oauth2": {
"client_id": "918415822638-av01ofk4sckgkigvslrevitkdriu53o0.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"action": {
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"circles\/*.svg",
"sidepanel.html"
],
"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"
},
{
"matches": [
"*:\/\/open.spotify.com\/*",
"*:\/\/spotify.com\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/music.youtube.com\/*",
"*:\/\/music.apple.com\/*",
"*:\/\/tidal.com\/*",
"*:\/\/soundcloud.com\/*",
"*:\/\/deezer.com\/*"
],
"js": [
"musicMiniController.js"
],
"run_at": "document_idle"
}
],
"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"
}
}
}