diff options
| -rw-r--r-- | manifest.json | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..4ef1aac --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ +	"manifest_version": 2, + +	"name": "Peniquity", +	"description": "Ubiquitous Ctrl-P & Ctrl-N", +	"version": "0.0.1", + +	"content_scripts": { +		"matches": ["<all_urls>"], +		"scripts": ["peniquity.js"] +	} +} | 
