aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: 150f2f1d9d57efec377cf6ef853587ac962e73fb (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>"],
		"scripts": ["peniquitous.js"]
	}]
}