Skip to content

Commit 3b24832

Browse files
committed
Release v1.2.4
Reduce Chrome permissions to 'activeTab'.
1 parent b04eb97 commit 3b24832

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

extension/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Prometheus Formatter",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"manifest_version": 2,
55
"description": "Makes plain Prometheus metrics easier to read.",
66
"homepage_url": "https://github.com/fhemberger/chrome-prometheus-formatter",
@@ -35,8 +35,7 @@
3535
}
3636
},
3737
"permissions": [
38-
"*://*/*",
39-
"<all_urls>",
38+
"activeTab",
4039
"storage",
4140
"declarativeContent"
4241
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-prometheus-formatter",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Chrome Extension which makes plain Prometheus metrics easier to read.",
55
"scripts": {
66
"test": "standard js/*.js --fix",

0 commit comments

Comments
 (0)