File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 {
2726 " content.js"
2827 ],
2928 "matches" : [
30- " http://*:15672/*"
29+ " http://*:15672/*" ,
30+ " https://*:15672/*"
3131 ]
3232 }
3333 ]
34- }
34+ }
You can’t perform that action at this time.
0 commit comments