mirror of
https://github.com/shouptech/share-a-bike.git
synced 2026-02-03 12:29:42 +00:00
19 lines
466 B
JSON
19 lines
466 B
JSON
{
|
|
"id": "com.mikeshoup.share-a-bike",
|
|
"version": "0.1.5",
|
|
"vendor": "Mike Shoup",
|
|
"type": "web",
|
|
"main": "index.html",
|
|
"title": "Share-a-Bike",
|
|
"theme": "light",
|
|
"icon": "icon.png"
|
|
,
|
|
"smallicon": "images/icon-32.png",
|
|
"copyright": "© Copyright 2010 Mike Shoup",
|
|
"support": {
|
|
"url": "http://code.google.com/p/share-a-bike/wiki/UsingShareABike",
|
|
"email": {
|
|
"address": "mike@mikeshoup.com",
|
|
"subject": "Share-a-bike Support"
|
|
}
|
|
}
|
|
}
|