aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-05-23 15:40:28 -0400
committerTeddy Wing2015-05-23 15:40:28 -0400
commit0360069af42f180395060057e65d8621e3bb0f3b (patch)
treed9a14b568065e94539da9a367ed38468f9fdd1f1
downloadPeniquitous-0360069af42f180395060057e65d8621e3bb0f3b.tar.bz2
Initial commit
Test manifest.json copied and modified from another one of my extensions. A decent start.
-rw-r--r--manifest.json12
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"]
+ }
+}