stream-api/chrome/manifest.json

18 lines
381 B
JSON
Raw Normal View History

2021-05-20 11:09:00 +00:00
{
"name": "Proxy Stream",
2021-06-12 17:55:22 +00:00
"icons": {
"16": "icon-16.png",
"19": "icon-19.png",
"38": "icon-38.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"version": "116.0",
2021-05-20 11:09:00 +00:00
"manifest_version": 3,
"permissions": ["tabs"],
"action": {
"default_title": "Proxy Stream",
"default_popup": "popup.html"
}
}