From b4aff200876aec572452f819c07749d553dba61e Mon Sep 17 00:00:00 2001 From: Micah Mutrux Date: Thu, 14 Jan 2021 15:38:44 -0500 Subject: [PATCH] CIVIC: added civic.json metadata to help CfA proj indexing --- civic.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 civic.json diff --git a/civic.json b/civic.json new file mode 100644 index 0000000..dee1773 --- /dev/null +++ b/civic.json @@ -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": "expungevt@codeforbtv.org", + "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" +} \ No newline at end of file