aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan@mozilla.com>2010-05-30 22:56:34 -0400
committerEhsan Akhgari <ehsan@mozilla.com>2010-05-30 22:56:34 -0400
commit4ff0a572b021e12da63fc33f4dd1c95ddc1a2cb2 (patch)
treecf31012ff7c8a19455e9ac766589b8a67cafbe2f
parent165daa6de80644be4e83a1280b779c87291eda12 (diff)
downloadbugzilla-triage-4ff0a572b021e12da63fc33f4dd1c95ddc1a2cb2.tar.gz
Add some more manifest fields
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index cc4ee86..ef07f2d 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,10 @@
{
+ "fullName": "Bugzilla Tweaks",
"description": "Tweaks bugzilla.mozilla.org with all the goodness that _should_ come out of the box",
- "author" : "Ehsan Akhgari (http://ehsanakhgari.org/)",
+ "author": "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>",
+ "url": "http://ehsanakhgari.org/mozilla/extensions/firefox/bugzilla-tweaks",
+ "license": "MPL",
+ "id": "bugzillatweaks@ehsanakhgari.org",
+ "version": "1.0",
"dependencies": ["jetpack-core"]
}