From bfba82c9bdd3d1c524ca234d4be5aec60917964d Mon Sep 17 00:00:00 2001 From: chee Date: Thu, 3 Jul 2014 22:12:17 -0500 Subject: [PATCH] indicate that offline is enabled --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 850a85a..6c56e5b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,14 @@ { "manifest_version": 2, "name": "Futupuri", - "description": "Photo booth packaged app for Chrome and Chrome OS (Beta)", - "version": "1.0.1", + "description": "Photo booth camera for Chrome and ChromeOS", + "version": "1.0.2", "app": { "background": { "scripts": [ "js/background.js" ] } }, + "offline_enabled": true, "permissions": [ "storage", "unlimitedStorage",