From 4236006cb6f51bef55dd17da0f7c7dd419895376 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 23 May 2015 15:41:48 -0400 Subject: manifest.json: Change name "Peniquity" to "Peniquitous" I like the sound of the '-ous' better. --- manifest.json | 4 ++-- 1 file 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": [""], - "scripts": ["peniquity.js"] + "scripts": ["peniquitous.js"] } } -- cgit v1.2.3