Skip to content

Commit

Permalink
[Modify] Remove browser_specific_settings key from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kananinirav committed Apr 13, 2024
1 parent 70e95a5 commit 1cdc43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository contains an extension designed to block irritating ads on YouTub

## Installation Steps

- [Download Youtube AdBlocker Latest Release zip](https://github.com/kananinirav/Youtube-AdBlocker/archive/refs/tags/v3.1.0.zip) or clone this repository.
- [Download Youtube AdBlocker Latest Release zip](https://github.com/kananinirav/Youtube-AdBlocker/archive/refs/tags/v3.2.0.zip) or clone this repository.
- If the downloaded file is a ZIP archive, extract its contents to a folder using a tool like WinRAR or 7-Zip.

### Chrome
Expand Down
7 changes: 1 addition & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@
],
"js": ["content.js"]
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
]
}

0 comments on commit 1cdc43c

Please sign in to comment.