Skip to content

Commit 7c235e1

Browse files
authored
Remove unused premission to comply with chrome web store policies
1 parent 1bc8f71 commit 7c235e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

manifest.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"manifest_version": 3,
3-
"version": "1.1",
3+
"version": "1.1.1",
44
"name": "ghcss-extension",
55
"description": "A simple extension that allows users to view custom css on GitHub profiles.",
66
"author": "Bims-sh",
77
"permissions": [
8-
"tabs",
9-
"activeTab"
8+
"tabs"
109
],
1110
"icons": {
1211
"48": "images/extension_48.png",
@@ -22,4 +21,4 @@
2221
"js": ["src/content/ghcss.ts"]
2322
}
2423
]
25-
}
24+
}

0 commit comments

Comments
 (0)