Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Add the necessary stuff to put the market in the market.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed Sep 17, 2012
1 parent 1c5f1eb commit d45ead1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion kanso.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
{
"name": "market",
"version": "0.0.1",
"description": "A Garden Market.",
"description": "Host your own app market.",
"long_description": "The Garden Market app lets you host your own app market. Users can upload apps, and you can manage them according to your own terms. \n\n You are also able to sync with other existing garden-markets.",
"url": "https://github.com/garden20/garden-market",
"categories": ["market"],
"flattr_user_id" : "eckoit",
"icons": {
"16": "static/img/promo/icon_16.png",
"48": "static/img/promo/icon_48.png",
"96": "static/img/promo/icon_96.png",
"128": "static/img/promo/icon_128.png"
},
"promo_images": {
"small": "static/img/promo/promo_small.png"
},
"screenshots": [
"static/img/promo/screenshot1.png",
"static/img/promo/screenshot2.png"
],
"modules": ["lib", "views"],
"load": "lib/app",
"less": {
Expand Down
Binary file added static/img/promo/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/promo/icon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/promo/icon_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/promo/icon_96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/promo/promo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/promo/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/promo/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d45ead1

Please sign in to comment.