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",