Explorar el Código

fix missing infobar

Gildas hace 5 años
padre
commit
442f813c5d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      manifest.json

+ 2 - 1
manifest.json

@@ -31,7 +31,8 @@
 			"run_at": "document_start",
 			"js": [
 				"dist/single-file-bootstrap.js",
-				"dist/extension-bootstrap.js"
+				"dist/extension-bootstrap.js",
+				"dist/web/infobar-web.js"
 			]
 		}
 	],