mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-08 00:54:10 +01:00
26 lines
545 B
JSON
26 lines
545 B
JSON
{
|
|
"manifest_version": 3,
|
|
"version": "0.1.0",
|
|
"name": "Bruno API Client",
|
|
"short_name": "Bruno",
|
|
"description": "Opensource API Client",
|
|
"icons": {
|
|
"16": "assets/images/logo-16x16.png",
|
|
"48": "assets/images/logo-48x48.png",
|
|
"128": "assets/images/logo-128x128.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "js/background.js"
|
|
},
|
|
"action": {
|
|
"default_icon": "assets/images/logo-128x128.png"
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"storage"
|
|
],
|
|
"host_permissions": [
|
|
"http://*/",
|
|
"https://*/"
|
|
]
|
|
} |