Explorar el Código

move lib files to the top

Former-commit-id: c17ecff1c8771fb65fab956de18acdab39a2ed71
Gildas hace 6 años
padre
commit
7eec0a6b29
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      manifest.json

+ 3 - 3
manifest.json

@@ -18,11 +18,11 @@
 			"run_at": "document_start",
 			"js": [
 				"lib/index.js",
-				"extension/index.js",
-				"extension/lib/browser-polyfill/chrome-browser-polyfill.js",
 				"lib/hooks/content/content-hooks-frames.js",
 				"lib/single-file/single-file-helper.js",
-				"lib/frame-tree/content/content-frame-tree.js"
+				"lib/frame-tree/content/content-frame-tree.js",
+				"extension/index.js",
+				"extension/lib/browser-polyfill/chrome-browser-polyfill.js"
 			],
 			"all_frames": true,
 			"match_about_blank": true