Skip to content

Commit 153defb

Browse files
Added Scratch Map (#860)
* Added Scratch Map * Reduced size of Scratch Map logo
1 parent 6526542 commit 153defb

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

ScratchMap/ScratchMap.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\ScratchMap;
4+
5+
class ScratchMap extends \App\SupportedApps
6+
{
7+
}

ScratchMap/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "78af1f0ba45d09a9887c2a92ea4135edfedf19f4",
3+
"name": "Scratch Map",
4+
"website": "https://github.com/ad3m3r5/scratch-map",
5+
"license": "GNU Affero General Public License v3.0",
6+
"description": "An open-source scratch-off style map to track your travels.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "scratchmap.png"
10+
}

ScratchMap/scratchmap.png

8.04 KB
Loading

0 commit comments

Comments
 (0)