Fix invidious support on Safari for iOS

This commit is contained in:
Ajay
2023-08-25 20:22:58 -04:00
parent c96bafb6f7
commit faa3259165
3 changed files with 56 additions and 53 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "background.js",
"dependencies": {
"content-scripts-register-polyfill": "^4.0.2",
"@ajayyy/content-scripts-register-polyfill": "^4.0.2-safari-fix",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},