stream-clients/chrome/manifest.json

18 lines
381 B
JSON
Raw Normal View History

2021-06-15 11:38:01 +00:00
{
"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": "116.0",
"manifest_version": 3,
"permissions": ["tabs"],
"action": {
"default_title": "Proxy Stream",
"default_popup": "popup.html"
}
}