Skip to content

Commit

Permalink
removed unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
sarinmsari committed Jul 9, 2023
1 parent 388c2ed commit 8061a23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"content_scripts": [
{
"matches": [
"https://*.google.com/*",
"https://www.youtube.com/*",
"file:///C:/Users/sarin/Downloads/*"
],
"js": ["content.js"],
"run_at": "document_idle"
Expand All @@ -24,5 +22,5 @@
"48": "icon.png",
"128": "icon.png"
},
"permissions": ["tabs", "storage", "nativeMessaging"]
"permissions": ["tabs", "storage"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@babel/core": "^7.22.6",
"@babel/preset-env": "^7.22.6",
"@babel/preset-react": "^7.22.5",
"@material-tailwind/react": "^2.0.5",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
Expand Down
4 changes: 1 addition & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"content_scripts": [
{
"matches": [
"https://*.google.com/*",
"https://www.youtube.com/*",
"file:///C:/Users/sarin/Downloads/*"
],
"js": ["content.js"],
"run_at": "document_idle"
Expand All @@ -24,5 +22,5 @@
"48": "icon.png",
"128": "icon.png"
},
"permissions": ["tabs", "storage", "nativeMessaging"]
"permissions": ["tabs", "storage"]
}

0 comments on commit 8061a23

Please sign in to comment.