Skip to content

Commit 46c99aa

Browse files
committed
updated manifest
1 parent 06895c2 commit 46c99aa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
### Requirements
1111

12-
* Tested on RabbitMQ 3.6.10
13-
* Currently requires url to match expression http://*:15672/*
12+
* Tested on RabbitMQ 3.11.5
13+
* Currently requires url to match expression http(s)://*:15672/*
1414

1515
## Screenshots
1616

1717
![Interface](img/screenshot.png)
1818

19-
JSON Formatter by [mohsen1/json-formatter-js](https://github.com/mohsen1/json-formatter-js)
19+
JSON Formatter by [mohsen1/json-formatter-js](https://github.com/mohsen1/json-formatter-js)

manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
2-
"manifest_version": 2,
2+
"manifest_version": 3,
33
"name": "RabbitMQ UI",
44
"short_name": "RabbitMQ UI",
55
"description": "RabbitMQ web console improvements",
6-
"version": "0.2.0",
6+
"version": "0.2.1",
77
"icons": {
88
"48": "img/icon48.png",
99
"128": "img/icon128.png"
1010
},
1111
"author": "MUlt1mate",
12-
"browser_action": {
12+
"action": {
1313
"default_icon": "img/icon128.png",
1414
"default_title": "RabbitMQ UI"
1515
},
1616
"permissions": [
17-
"storage",
18-
"activeTab"
17+
"storage"
1918
],
2019
"content_scripts": [
2120
{
@@ -27,8 +26,9 @@
2726
"content.js"
2827
],
2928
"matches": [
30-
"http://*:15672/*"
29+
"http://*:15672/*",
30+
"https://*:15672/*"
3131
]
3232
}
3333
]
34-
}
34+
}

0 commit comments

Comments
 (0)