diff --git a/README.md b/README.md index 8abcd09..1d22144 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Changelog Version 2.0 (6 November 2013) - Updated to work with Google's new search results page format. +- Significant re-write and simplification of the codebase. Version 1.6 (2 October 2012) - Updated the manifest file to the new format (was preventing the extension from being installed) diff --git a/src/manifest.json b/src/manifest.json index 916112d..dded8ff 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { - "name": "Straight to Full-Size for Google Images", + "name": "Straight to Full-Size for Google Images™", "version": "2.0", "manifest_version": 2, - "description": "Changes the behaviour of Google Images so that clicking on an image thumbnail takes you directly to the full-size image.", + "description": "Changes the behaviour of Google Images™ so that clicking on an image thumbnail takes you directly to the full-size image.", "icons": { "16": "icons/16.png",