test : stream cap
This commit is contained in:
28
tools/stream-capture/manifest.json
Normal file
28
tools/stream-capture/manifest.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Stream Capture (test)",
|
||||
"version": "0.1.0",
|
||||
"description": "Copie les segments média que Firefox télécharge déjà, vers un récepteur local. Banc d'essai pour Stream Control.",
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "stream-capture@stream-control.local",
|
||||
"strict_min_version": "115.0"
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"*://*.doppiocdn.com/*",
|
||||
"http://127.0.0.1/*"
|
||||
],
|
||||
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
|
||||
"browser_action": {
|
||||
"default_title": "Stream Capture — segments copiés"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user