Skip to content

Commit ce95a08

Browse files
authored
Update JSON file
1 parent 13fc06f commit ce95a08

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

features/video-recorder/data.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@
2020
"runOn": "/projects/*"
2121
}
2222
],
23+
"styles": [
24+
{
25+
"file": "style.css",
26+
"runOn": "/projects/*"
27+
}
28+
],
2329
"resources": [
24-
{ "name": "popup-html", "path": "/popup.html" }
30+
{
31+
"name": "popup-html",
32+
"path": "/popup.html"
33+
}
2534
]
2635
}

0 commit comments

Comments
 (0)