Index: build/chrome/manifest.json.in ================================================================== --- build/chrome/manifest.json.in +++ build/chrome/manifest.json.in @@ -1,9 +1,21 @@ { "manifest_version": 2, "name": "CACKey", - "version": "@PACKAGE_VERSION@.2", + "short_name": "CACKey", + "version": "@PACKAGE_VERSION@.4", + + "default_locale": "en", + "description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.", + "homepage_url": "https://cackey.rkeene.org/", + + "import": [ + { + "id": "khpfeaanjngmcnplbdlpegiifgpfgdco" + } + ], + "icons": { "128": "icon.png" },