From 0360069af42f180395060057e65d8621e3bb0f3b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 23 May 2015 15:40:28 -0400 Subject: Initial commit Test manifest.json copied and modified from another one of my extensions. A decent start. --- manifest.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifest.json 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": [""], + "scripts": ["peniquity.js"] + } +} -- cgit v1.2.3