Skip to content

Commit

Permalink
CIVIC: added civic.json metadata to help CfA proj indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
doub1ejack committed Jan 14, 2021
1 parent 4e3429b commit b4aff20
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions civic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "ExpungeVT",
"description": "A chrome extension to help attorneys generate expungment & sealing petitions efficiently",
"license": "MIT",
"status": "Production",
"type": "Chrome Browser Extension",
"homepage": "https://codeforbtv.github.io/expunge-vt/",
"repository": "https://github.com/codeforbtv/expunge-vt",
"thumbnail": "https://codeforbtv.github.io/expunge-vt/extensionDirectory/images/icon_128.png",
"geography": [
"Vermont"
],
"contact": {
"name": "Jake Durell",
"email": "[email protected]",
"url": ""
},
"partners": [
{
"url": "https://www.vtlegalaid.org/",
"name": "Vermont Legal Aid",
"email": ""
}
],
"data": [],
"tags": [
"civictechindex",
"code-for-all",
"code-for-america",
"code-for-btv"
],
"links": [
"https://vtdigger.org/2019/11/12/legal-expungement-clinic-offers-vermonters-a-chance-to-start-over/",
"https://vermontbiz.com/news/2020/october/24/state-hold-expungement-tele-clinic-brattleboro-nov-13",
"https://www.govtech.com/civic/Vermont-Attorneys-Leverage-Open-Source-Expungement-Plug-In.html",
"https://pmicv.org/index.php?option=com_content&view=article&id=369:pmi-cv-volunteerism-at-work-expunge-vt-with-code-for-btv&catid=112&acm=_304",
"https://rotaryclubofcsh.org/Stories/code-for-btv"
],
"id": "https://raw.githubusercontent.com/DCgov/civic.json/master/schemas/schema-v1.json"
}

0 comments on commit b4aff20

Please sign in to comment.