Skip to content

Commit

Permalink
Remove unused premission to comply with chrome web store policies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bims-sh authored Sep 5, 2024
1 parent 1bc8f71 commit 7c235e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"manifest_version": 3,
"version": "1.1",
"version": "1.1.1",
"name": "ghcss-extension",
"description": "A simple extension that allows users to view custom css on GitHub profiles.",
"author": "Bims-sh",
"permissions": [
"tabs",
"activeTab"
"tabs"
],
"icons": {
"48": "images/extension_48.png",
Expand All @@ -22,4 +21,4 @@
"js": ["src/content/ghcss.ts"]
}
]
}
}

0 comments on commit 7c235e1

Please sign in to comment.