Skip to content

Commit

Permalink
indicate that offline is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jul 4, 2014
1 parent aa3751b commit bfba82c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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",
Expand Down

0 comments on commit bfba82c

Please sign in to comment.