Skip to content

Commit

Permalink
[Modify] Manifest Version 3 Related Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kananinirav committed Mar 6, 2024
1 parent 6de848a commit 782abed
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "YouTube AdBlocker",
"version": "1.0",
"version": "2.0",
"description": "Removes Ads on YouTube",
"permissions": [
"activeTab"
Expand All @@ -26,5 +26,10 @@
],
"js": ["content.js"]
}
]
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
}

0 comments on commit 782abed

Please sign in to comment.