diff options
Diffstat (limited to 'platform/nacl/html/manifest.json')
-rw-r--r-- | platform/nacl/html/manifest.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/platform/nacl/html/manifest.json b/platform/nacl/html/manifest.json deleted file mode 100644 index 6e271507a9..0000000000 --- a/platform/nacl/html/manifest.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Capsuleman's Castle Adventure", - "description": "Capsuleman's Castle Adventure", - "version": "1", - "app": { - "launch": { - "local_path": "index.html" - } - }, - "icons": { - "16": "icon_16.png", - "128": "icon_128.png" - }, - "permissions": [ - "unlimitedStorage", - "notifications", - "experimental" - ] -} |