aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-05-23 15:41:48 -0400
committerTeddy Wing2015-05-23 15:42:28 -0400
commit4236006cb6f51bef55dd17da0f7c7dd419895376 (patch)
treec9d8672f2f626edbeaedb5e2481a7fc0637fb67b
parent0360069af42f180395060057e65d8621e3bb0f3b (diff)
downloadPeniquitous-4236006cb6f51bef55dd17da0f7c7dd419895376.tar.bz2
manifest.json: Change name "Peniquity" to "Peniquitous"
I like the sound of the '-ous' better.
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 4ef1aac..d6f189d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 2,
- "name": "Peniquity",
+ "name": "Peniquitous",
"description": "Ubiquitous Ctrl-P & Ctrl-N",
"version": "0.0.1",
"content_scripts": {
"matches": ["<all_urls>"],
- "scripts": ["peniquity.js"]
+ "scripts": ["peniquitous.js"]
}
}