diff options
| author | Horus | 2021-01-14 07:55:44 +0100 |
|---|---|---|
| committer | Horus | 2021-01-14 07:55:44 +0100 |
| commit | dc39f3a99af3b31a924e564279aaf0862500bea6 (patch) | |
| tree | 6a384d127337451235b7267f5d06810dac40976b /manifest.json | |
| download | untrack-dc39f3a99af3b31a924e564279aaf0862500bea6.tar.gz | |
Initial commit.
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..80e2cf2 --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Untrack", + "short_name": "Untrack", + "description": "Entfernt Tracking Parameter aus der URL", + "icons": [{ + "src": "https://iamfabulous.de/favicon.ico" + }, { + "src": "/img/paw-144.png", + "type": "image/png", + "sizes": "144x144" + }, { + "src": "/img/paw-512.png", + "type": "image/png", + "sizes": "512x512" + }], + "start_url": ".", + "display": "standalone", + "background_color": "#171717", + "theme_color": "#fd8a02" +} |
