formating

This commit is contained in:
array-in-a-matrix 2022-01-11 15:02:35 -05:00
parent 42064fc497
commit d09030a083

View file

@ -6,23 +6,21 @@
"description": "Makes the YouTube progress bar cycle through different RGB colors.",
"browser_specific_settings": {
"gecko": {
"id": "tensor@arrayinamatrix.xyz",
"strict_min_version": "48.0"
}
},
"gecko": {
"id": "tensor@arrayinamatrix.xyz",
"strict_min_version": "48.0"
}
},
"icons": {
"48": "icons/icon-48.jpg",
"96": "icons/icon-96.jpg"
},
"content_scripts": [
{
"matches": ["*://*.youtube.com/*"],
"js": ["index.js"]
}
],
"content_scripts": [{
"matches": ["*://*.youtube.com/*"],
"js": ["index.js"]
}],
"background": {
"scripts": ["index.js"]
@ -34,4 +32,4 @@
},
"permissions": ["activeTab", "tabs"]
}
}