stream-clients/chrome/manifest.json
Roy Olav Purser 601ff195ff
All checks were successful
continuous-integration/drone Build is passing
add headers
2022-03-05 19:10:41 +01:00

19 lines
473 B
JSON

{
"name": "Proxy Stream",
"icons": {
"16": "icon-16.png",
"19": "icon-19.png",
"38": "icon-38.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"version": "104.0",
"manifest_version": 3,
"host_permissions": ["http://127.0.0.1:8083/jsonrpc", "http://127.0.0.1:8080/jsonrpc"],
"permissions": ["tabs"],
"action": {
"default_title": "Proxy Stream",
"default_popup": "popup.html"
}
}