Gildas lormeau 12 лет назад
Родитель
Сommit
04b955f2db
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      WebContent/core/manifest.json
  2. 1 1
      WebContent/ui/manifest.json
  3. 1 1
      WebContent/ui/scripts/bg/background.js

+ 1 - 1
WebContent/core/manifest.json

@@ -4,7 +4,7 @@
     "16": "resources/icon_16.png",
     "16": "resources/icon_16.png",
     "48": "resources/icon_48.png",
     "48": "resources/icon_48.png",
     "128": "resources/icon_128.png" },
     "128": "resources/icon_128.png" },
-  "version": "0.3.9",
+  "version": "0.3.10",
   "description": "Page processor used by SingleFile",
   "description": "Page processor used by SingleFile",
   "background": {
   "background": {
     "scripts": [
     "scripts": [

+ 1 - 1
WebContent/ui/manifest.json

@@ -4,7 +4,7 @@
     "16": "resources/icon_16.png",
     "16": "resources/icon_16.png",
     "48": "resources/icon_48.png",
     "48": "resources/icon_48.png",
     "128": "resources/icon_128.png" },
     "128": "resources/icon_128.png" },
-  "version": "0.3.9",
+  "version": "0.3.10",
   "description": "Archive a complete page into a single HTML file",
   "description": "Archive a complete page into a single HTML file",
   "background" : {
   "background" : {
     "scripts": [
     "scripts": [

+ 1 - 1
WebContent/ui/scripts/bg/background.js

@@ -20,7 +20,7 @@
 
 
 (function() {
 (function() {
 
 
-	var dev = false;
+	var dev = true;
 
 
 	var extensionDetected = [];
 	var extensionDetected = [];