stream-api/chrome/manifest.json

11 lines
213 B
JSON

{
"name": "Proxy Stream",
"version": "112.0",
"manifest_version": 3,
"permissions": ["tabs"],
"action": {
"default_title": "Proxy Stream",
"default_popup": "popup.html"
}
}