Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Airs Audio - Bass Booster & Equalizer",
"version": "1.0.7",
"description": "EQ any audio you find on the web in real time with a powerful audio equalizer and bass booster designed for precise sound control.",
"action": {
"default_popup": "popup\/index.html"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"permissions": [
"storage",
"tabCapture",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/airs-audio-system.vercel.app\/*"
],
"js": [
"content\/content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "logo-16.png",
"32": "logo-32.png",
"48": "logo-48.png",
"64": "logo-64.png",
"128": "logo-128.png"
}
}