removed unused refrence

This commit is contained in:
array-in-a-matrix 2022-01-11 14:08:36 -05:00
parent 694284b6d6
commit 9fe4a4a134

View file

@ -20,7 +20,7 @@
"content_scripts": [
{
"matches": ["*://*.youtube.com/*"],
"js": ["index.js"],
"js": ["index.js"]
}
],