aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: 1a54de40f802b2906a30590accc83f84e3a7ad6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"manifest_version": 2,

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

	"content_scripts": [{
		"matches": ["<all_urls>"],
		"js": ["main.js"]
	}],

	"web_accessible_resources": [
		"lib/mousetrap/tests/libs/key-event.js",
		"peniquitous.js"
	]
}