Skip to content

Commit

Permalink
Updated for add-on APIs v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanxd committed Oct 29, 2015
1 parent 5957000 commit 3cf05b9
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package:
zip package.zip js/css.js js/circular_menu.js js/tamagotchi.js js/index.js manifest.json
21 changes: 21 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifest_version": 1,
"name": "Robot Jan",
"description": "Robot Jan is a Firefox OS add-on that helps users use and configure their phone easier and faster.",
"authors": [
"Evan Tseng <[email protected]>",
"John Hu <[email protected]>",
"Carol Huang <[email protected]>"
],
"package_path": "package.zip",
"content_scripts": [{
"matches": "app://system.gaiamobile.org/index.html",
"css": [],
"js": [
"js/css.js",
"js/circular_menu.js",
"js/tamagotchi.js",
"js/index.js"
]
}]
}
3 changes: 0 additions & 3 deletions manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"John Hu <[email protected]>",
"Carol Huang <[email protected]>"
],
"developer": {
"name": "Evan Tseng"
},
"role": "addon",
"type": "certified",
"customizations": [{
Expand Down
Binary file added package.zip
Binary file not shown.
10 changes: 10 additions & 0 deletions update.webapp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Robot Jan",
"description": "Robot Jan is a Firefox OS add-on that helps users use and configure their phone easier and faster.",
"authors": [
"Evan Tseng <[email protected]>",
"John Hu <[email protected]>",
"Carol Huang <[email protected]>"
],
"package_path": "package.zip"
}

0 comments on commit 3cf05b9

Please sign in to comment.