rgb-progress-bar/manifest.json
array-in-a-matrix ff799300a1 added reddit
2022-10-04 13:44:48 -04:00

32 lines
608 B
JSON

{
"manifest_version": 2,
"name": "RGB YouTube",
"version": "4.4",
"author": "Array in a Matrix",
"developer": {
"name": "Array in a Matrix",
"url": "https://arrayinamatrix.xyz"
},
"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"]
}]
}