aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: f3ada9af6b596b0482411bf67632f9a3bc286d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"]
		}
	]
}