diff options
-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"] } } |