stream-api/chrome/manifest.json

11 lines
213 B
JSON
Raw Normal View History

2021-05-20 11:09:00 +00:00
{
"name": "Proxy Stream",
"version": "111.0",
"manifest_version": 3,
"permissions": ["tabs"],
"action": {
"default_title": "Proxy Stream",
"default_popup": "popup.html"
}
}