diff options
author | Teddy Wing | 2015-05-23 15:41:48 -0400 |
---|---|---|
committer | Teddy Wing | 2015-05-23 15:42:28 -0400 |
commit | 4236006cb6f51bef55dd17da0f7c7dd419895376 (patch) | |
tree | c9d8672f2f626edbeaedb5e2481a7fc0637fb67b | |
parent | 0360069af42f180395060057e65d8621e3bb0f3b (diff) | |
download | Peniquitous-4236006cb6f51bef55dd17da0f7c7dd419895376.tar.bz2 |
manifest.json: Change name "Peniquity" to "Peniquitous"
I like the sound of the '-ous' better.
-rw-r--r-- | manifest.json | 4 |
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"] } } |