Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Aug 22, 2024
1 parent b0bb507 commit b857989
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions unpacked/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"permissions": ["storage"],
"content_scripts": [
{
"matches": ["https://www.youtube.com/*", "https://music.youtube.com/*", "https://www.youtube-nocookie.com/embed/*"],
"matches": [
"https://www.youtube.com/*",
"https://music.youtube.com/*",
"https://www.youtube-nocookie.com/embed/*"
],
"all_frames": true,
"js": ["index.js"],
"css": ["style.css"],
Expand All @@ -16,7 +20,11 @@
"web_accessible_resources": [
{
"resources": ["pageAccess.js"],
"matches": ["https://www.youtube.com/*", "https://music.youtube.com/*", "https://www.youtube-nocookie.com/*"]
"matches": [
"https://www.youtube.com/*",
"https://music.youtube.com/*",
"https://www.youtube-nocookie.com/*"
]
}
],
"icons": {
Expand Down

0 comments on commit b857989

Please sign in to comment.