1 parent b04eb97 commit 3b24832Copy full SHA for 3b24832
2 files changed
extension/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Prometheus Formatter",
3
- "version": "1.2.3",
+ "version": "1.2.4",
4
"manifest_version": 2,
5
"description": "Makes plain Prometheus metrics easier to read.",
6
"homepage_url": "https://github.com/fhemberger/chrome-prometheus-formatter",
@@ -35,8 +35,7 @@
35
}
36
},
37
"permissions": [
38
- "*://*/*",
39
- "<all_urls>",
+ "activeTab",
40
"storage",
41
"declarativeContent"
42
]
package.json
"name": "chrome-prometheus-formatter",
"description": "Chrome Extension which makes plain Prometheus metrics easier to read.",
"scripts": {
"test": "standard js/*.js --fix",
0 commit comments