]> git.wh0rd.org - chrome-ext/tabs-backup.git/blobdiff - manifest.json
my customizations
[chrome-ext/tabs-backup.git] / manifest.json
index cd65f1dbf15b3dba1e6ebcbc391f7e128bd3cc8d..06162e67bb900f89846eecfb34bf136949946cf8 100644 (file)
@@ -1,12 +1,13 @@
 {
-  "name": "Tabs Backup & Restore",
-  "version": "0.2.1",
+  "name": "vapier tabs backup",
+  "version": "0.2.1.1",
   "manifest_version": 2,
   "description": "With 'Tabs Backup & Restore' you will never lose your work again! Backup an entire Chrome session (windows and tabs).",
   "icons": { "16": "icon_16.png",
            "48": "icon_48.png",
           "128": "icon_128.png" },
   "background": {
+       "persistent": false,
        "scripts": ["background.js"]
   },
   "options_page": "options.html",