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",
"manifest_version": 3,
"name": "Polarize",
"version": "0.1",
"description": "Accelerate how you learn to code on YouTube with Polarize: single-click AI code copying, glare reduction, and multi-theme overlays.",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "polarize.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/watch*"
],
"js": [
"assets\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"camera-sound.mp3"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}