rgb-progress-bar/manifest.json
2022-09-23 13:39:06 -04:00

28 lines
511 B
JSON

{
"manifest_version": 2,
"name": "RGB YouTube",
"version": "4.2",
"author": "Array in a Matrix",
"description": "Makes the YouTube progress bar cycle through different RGB colors.",
"browser_specific_settings": {
"gecko": {
"id": "tensor@arrayinamatrix.xyz",
"strict_min_version": "52.0"
}
},
"icons": {
"48": "icons/icon-48.jpg",
"96": "icons/icon-96.jpg"
},
"content_scripts": [{
"matches": [
"<all_urls>"
],
"css": ["style.css"]
}]
}