Passage à ASP.NET vNext
This commit is contained in:
parent
ea90fefc31
commit
388b004837
1929 changed files with 104611 additions and 235941 deletions
22
Yavsc/wwwroot/desktopCaptureExtension/manifest.json
Normal file
22
Yavsc/wwwroot/desktopCaptureExtension/manifest.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Screensharing Extension",
|
||||
"description": "Screensharing Extension for my app",
|
||||
"version": "1.0.0",
|
||||
"manifest_version": 2,
|
||||
"icons": {
|
||||
"128": "icon.png"
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://dev.pschneider.fr/*"],
|
||||
"js": ["content-script.js"]
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"desktopCapture",
|
||||
"https://dev.pschneider.fr/*"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue