ArchiveBox foundation app

This commit is contained in:
KodeStar 2019-03-31 12:38:59 +01:00 committed by GitHub
parent f1e0656c6b
commit 2fd692f8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\ArchiveBox;
class ArchiveBox extends \App\SupportedApps {
}

10
ArchiveBox/app.json Normal file
View File

@ -0,0 +1,10 @@
{
"appid": "b74f349cf434a529c0fe8589315b5956a4562097",
"name": "ArchiveBox",
"website": "https://github.com/pirate/ArchiveBox",
"license": "MIT License",
"description": "The open-source self-hosted web archive. ArchiveBox takes a list of website URLs you want to archive, and creates a local, static, browsable HTML clone of the content from those websites (it saves HTML, JS, media files, PDFs, images and more).",
"enhanced": false,
"tile_background": "light",
"icon": "archivebox.png"
}

BIN
ArchiveBox/archivebox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB