aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: 68f64896bf95ae544b629f79c81eba4cb468b8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"manifest_version": 2,

	"name": "Peniquitous",
	"description": "Ubiquitous Ctrl-P & Ctrl-N",
	"version": "0.0.1",

	"content_scripts": [{
		"matches": ["<all_urls>"],
		"js": ["lib/mousetrap/tests/libs/key-event.js", "peniquitous.js"]
	}]
}