diff options
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..b1ad732 --- /dev/null +++ b/manifest.json @@ -0,0 +1,8 @@ +{ + "manifest_version": 2, + + "name": "Tempo", + "version": "0.1", + + "description": "Replace the New Tab page with a time display." +} |