aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-10 16:40:44 -0700
committerValerio Virgillito2012-07-10 16:40:44 -0700
commit60b1c1f0ca5d8f8d8d6cdb2632e6c45e2866ea04 (patch)
tree04fc12ecc035505b0c7ae84d193a9ef5b793d705
parenta79f406b1963a37cbb87459161827507dd62aac9 (diff)
parent25cf6d538dc8996346969c89695bfd50d8b0e085 (diff)
downloadninja-60b1c1f0ca5d8f8d8d6cdb2632e6c45e2866ea04.tar.gz
Merge pull request #388 from mayhewinator/master
final updates for Chrome App store release
-rwxr-xr-xindex.html2
-rw-r--r--manifest.json6
-rw-r--r--ninja_icon_16.pngbin0 -> 506 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 58457120..6058408d 100755
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
34 34
35 <head lang="en"> 35 <head lang="en">
36 36
37 <title>Motorola Ninja</title> 37 <title>Ninja</title>
38 38
39 <meta charset="utf-8"/> 39 <meta charset="utf-8"/>
40 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> 40 <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
diff --git a/manifest.json b/manifest.json
index c2dc6a3d..331fd1f8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,6 +8,7 @@
8 } 8 }
9 }, 9 },
10 "icons": { 10 "icons": {
11 "16": "ninja_icon_16.png",
11 "128": "ninja_icon_128.png" 12 "128": "ninja_icon_128.png"
12 }, 13 },
13 "permissions": [ 14 "permissions": [
@@ -15,7 +16,7 @@
15 "notifications", 16 "notifications",
16 "webRequest", 17 "webRequest",
17 "webRequestBlocking", 18 "webRequestBlocking",
18 "http://ninja/*", 19 "http://tetsubo.org/*",
19 "clipboardRead", 20 "clipboardRead",
20 "clipboardWrite" 21 "clipboardWrite"
21 ], 22 ],
@@ -25,6 +26,5 @@
25 } 26 }
26 }, 27 },
27 "minimum_chrome_version": "20.0.1132.47", 28 "minimum_chrome_version": "20.0.1132.47",
28 "offline_enabled": true, 29 "offline_enabled": true
29 "update_url": "http://ninjateam.am.mot.com/NinjaApp/update.xml"
30} \ No newline at end of file 30} \ No newline at end of file
diff --git a/ninja_icon_16.png b/ninja_icon_16.png
new file mode 100644
index 00000000..236e9365
--- /dev/null
+++ b/ninja_icon_16.png
Binary files differ