Skip to content

Commit fa0d3c6

Browse files
committed
Ajoute le support de la gazette des communes au manifest.json
1 parent 1d015bc commit fa0d3c6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ophirofox/manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,18 @@
859859
"content_scripts/theEconomist.css"
860860
]
861861
},
862+
{
863+
"matches": [
864+
"https://www.lanouvellerepublique.fr/*"
865+
],
866+
"js": [
867+
"content_scripts/config.js",
868+
"content_scripts/lanouvellerepublique.js"
869+
],
870+
"css": [
871+
"content_scripts/lanouvellerepublique.css"
872+
]
873+
},
862874
{
863875
"matches": [
864876
"https://www.lanouvellerepublique.fr/*"

0 commit comments

Comments
 (0)