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",
2021-06-04 09:09:16 +00:00
"version": "113.0",
2021-05-20 11:09:00 +00:00
"manifest_version": 3,
"permissions": ["tabs"],
"action": {
"default_title": "Proxy Stream",
"default_popup": "popup.html"
}
}