rgb-progress-bar/manifest.json

32 lines
604 B
JSON
Raw Normal View History

2021-06-13 16:01:26 -04:00
{
"manifest_version": 2,
2022-10-04 14:03:45 -04:00
"name": "RGB Progress Bar",
2023-06-16 20:28:46 -04:00
"version": "4.5.2",
2022-03-27 19:51:27 -04:00
"author": "Array in a Matrix",
2022-10-04 12:28:41 -04:00
"developer": {
"name": "Array in a Matrix",
"url": "https://arrayinamatrix.xyz"
},
2021-06-13 16:01:26 -04:00
2022-10-04 14:03:45 -04:00
"description": "Makes progress bars cycle through different RGB colors.",
2021-06-13 16:01:26 -04:00
"browser_specific_settings": {
2022-01-11 15:02:35 -05:00
"gecko": {
2023-06-16 20:35:11 -04:00
"id": "tensor@arrayinamatrix.xyz",
2022-03-27 19:54:43 -04:00
"strict_min_version": "52.0"
2022-01-11 15:02:35 -05:00
}
},
2021-06-13 16:01:26 -04:00
"icons": {
2022-01-11 12:15:33 -05:00
"48": "icons/icon-48.jpg",
"96": "icons/icon-96.jpg"
2021-06-13 16:01:26 -04:00
},
2022-01-11 15:02:35 -05:00
"content_scripts": [{
2022-09-23 13:39:06 -04:00
"matches": [
"<all_urls>"
2022-03-29 21:37:05 -04:00
],
2022-01-12 13:21:35 -05:00
"css": ["style.css"]
}]
2022-03-30 10:35:17 -04:00
}