Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Oct 3, 2022
1 parent cf17845 commit 4839c55
Show file tree
Hide file tree
Showing 4 changed files with 3,547 additions and 886 deletions.
12 changes: 5 additions & 7 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"name": "Prometheus Formatter",
"version": "2.2.0",
"manifest_version": 2,
"version": "3.0.0",
"manifest_version": 3,
"description": "Makes plain Prometheus/OpenMetrics endpoints easier to read.",
"homepage_url": "https://github.com/fhemberger/prometheus-formatter",
"minimum_chrome_version": "60",
"minimum_chrome_version": "88",
"icons": {
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"background": {
"scripts": [
"js/background.js"
]
"service_worker": "js/background.js"
},
"content_scripts": [
{
Expand All @@ -27,7 +25,7 @@
"run_at": "document_start"
}
],
"browser_action": {
"action": {
"default_popup": "html/popup.html",
"default_icon": {
"32": "icons/32.png",
Expand Down
Loading

0 comments on commit 4839c55

Please sign in to comment.