commit c9fb79e86c2ca116a6e8d9fdec929f014444a704 Author: stingl Date: Mon Jun 27 16:45:07 2022 +0200 first commit diff --git a/background.js b/background.js new file mode 100644 index 0000000..06b2117 --- /dev/null +++ b/background.js @@ -0,0 +1,6 @@ +// Copyright 2018 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +'use strict'; + diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..241a332 Binary files /dev/null and b/images/logo.png differ diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..03414ef --- /dev/null +++ b/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "ttrack.cc", + "version": "3.0", + "description": "The free web time-tracker ⏱️", + "permissions": ["declarativeContent", "storage"], + "background": { + "service_worker": "background.js" + }, + "action": { + "default_popup": "popup.html" + }, + "icons": { + "16": "images/logo.png", + "32": "images/logo.png", + "48": "images/logo.png", + "128": "images/logo.png" + }, + "manifest_version": 3 +} diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..df74474 --- /dev/null +++ b/popup.html @@ -0,0 +1,22 @@ + + + + ttrack.cc + + + + + +