aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..f3ada9a
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,14 @@
+{
+ "manifest_version": 2,
+
+ "name": "Timetasker",
+ "description": "Automatic weekly Time Task form filler",
+ "version": "0.0.1",
+
+ "content_scripts": [
+ {
+ "matches": ["*://*.timetask.com/time/add/"],
+ "js": ["timetasker.js"]
+ }
+ ]
+}