blob: 7957bbde13bc40366a09f349f55ac6a22d3074fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "ChromeExport",
"description": "Convert Chrome\u2019s bookmarks and history to HTML bookmarks files",
"url": "https://github.com/bdesham/chrome-export/archive/v2.0.1.tar.gz",
"mirror": null,
"homepage": "https://github.com/bdesham/chrome-export",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"export-chrome-bookmarks\"",
"bin.install \"export-chrome-history\"",
"pkgshare.install \"test\""
],
"version": "2.0.1",
"file": "chrome-export.rb"
}
|