Skip to content

Commit

Permalink
folders (+readme up) #2345 @PTheocharis; @dodieboy #2438; @crowdin @u…
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Jul 3, 2024
1 parent 00d51ad commit 8cab0ca
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions manifest2.json → build/manifest2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"version": "4.937",
"default_locale": "en",
"icons": {
"16": "stuff/icons/16.png",
"32": "stuff/icons/32.png",
"48": "stuff/icons/48.png",
"128": "stuff/icons/128.png"
"16": "menu/icons/16.png",
"32": "menu/icons/32.png",
"48": "menu/icons/48.png",
"128": "menu/icons/128.png"
},
"background": {
"scripts": [
Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"version": "4.940",
"default_locale": "en",
"icons": {
"128": "stuff/icons/128.png",
"16": "stuff/icons/16.png",
"32": "stuff/icons/32.png",
"48": "stuff/icons/48.png"
"128": "menu/icons/128.png",
"16": "menu/icons/16.png",
"32": "menu/icons/32.png",
"48": "menu/icons/48.png"
},
"background": {
"service_worker": "background.js"
Expand Down Expand Up @@ -77,7 +77,7 @@
"js&css/web-accessible/www.youtube.com/blocklist.js",
"js&css/web-accessible/www.youtube.com/settings.js",
"js&css/web-accessible/init.js",
"stuff/icons/48.png"
"menu/icons/48.png"
],
"matches": [
"https://www.youtube.com/*"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json → tests/unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "background.js",
"scripts": {
"test": "jest tests",
"lint": "eslint --ignore-path .gitignore"
"lint": "eslint --ignore-path tests/.gitignore"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 8cab0ca

Please sign in to comment.