Skip to content

Commit

Permalink
Merge pull request #2365 from raszpl/patch-5
Browse files Browse the repository at this point in the history
Update manifest.json unify formatting
  • Loading branch information
ImprovedTube authored Jun 11, 2024
2 parents 77cd69d + f0a79c1 commit 2622e0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"short_name" : "ImprovedTube",
"short_name": "ImprovedTube",
"name": "'Improve YouTube!' 🎧 (for YouTube & Videos)",
"description": "__MSG_description_ext__",
"version": "4.940",
Expand All @@ -20,8 +20,8 @@
},
"options_page": "menu/index.html",
"options_ui": {
"page": "menu/index.html"
},
"page": "menu/index.html"
},
"content_scripts": [
{
"all_frames": true,
Expand All @@ -39,7 +39,7 @@
"https://www.youtube.com/audiolibrary/*",
"https://www.youtube.com/tv*"
],
"js": [
"js": [
"js&css/extension/core.js",
"js&css/extension/functions.js",
"js&css/extension/www.youtube.com/night-mode/night-mode.js",
Expand Down Expand Up @@ -69,9 +69,9 @@
"menu/index.html",
"js&css/web-accessible/core.js",
"js&css/web-accessible/functions.js",
"js&css/web-accessible/www.youtube.com/appearance.js",
"js&css/web-accessible/www.youtube.com/appearance.js",
"js&css/web-accessible/www.youtube.com/player.js",
"js&css/web-accessible/www.youtube.com/themes.js",
"js&css/web-accessible/www.youtube.com/themes.js",
"js&css/web-accessible/www.youtube.com/playlist.js",
"js&css/web-accessible/www.youtube.com/channel.js",
"js&css/web-accessible/www.youtube.com/shortcuts.js",
Expand Down

0 comments on commit 2622e0a

Please sign in to comment.