Skip to content

Commit

Permalink
Scope permissions to active tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelillo committed Apr 18, 2019
1 parent 3e0e645 commit 2260a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "Hide LastPass Error Banner",
"version": "1.0",
"version": "1.1",
"description": "Hides the 'An error occurred' LastPass banner.",
"content_scripts": [{
"css": ["style.css"],
"matches": ["<all_urls>"]
}],
"permissions": [
"activeTab"
],
"manifest_version": 2
}

0 comments on commit 2260a94

Please sign in to comment.