Gildas пре 7 година
родитељ
комит
a31cd82b29
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      manifest.json

+ 2 - 2
manifest.json

@@ -6,7 +6,7 @@
         "48": "extension/ui/resources/icon_48.png",
         "128": "extension/ui/resources/icon_128.png"
     },
-    "version": "1.0.33",
+    "version": "1.0.34",
     "description": "Archive a complete page into a single HTML file",
     "background": {
         "scripts": [
@@ -26,7 +26,7 @@
     },
     "browser_action": {
         "default_icon": "extension/ui/resources/icon_19.png",
-        "default_title": "Process this page with SingleFile"
+        "default_title": "Save page"
     },
     "content_scripts": [
         {