Check-in [50743e141d]
Overview
Comment:Removed "import", does not work because the required module does not export
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:50743e141d57503c3475ea81dbfcbb0faa1a50a5
User & Date: rkeene on 2016-02-29 22:22:48
Other Links: manifest | tags
Context
2016-02-29
22:23
ChomeOS: Release 6 check-in: b45f1b708e user: rkeene tags: trunk
22:22
Removed "import", does not work because the required module does not export check-in: 50743e141d user: rkeene tags: trunk
16:50
ChromeOS: Updated to call a failure callback if PCSC connection fails check-in: b276afc558 user: rkeene tags: trunk
Changes

Modified build/chrome/manifest.json.in from [b2cdf36035] to [ef0e7c41ac].

     1      1   {
     2      2   	"manifest_version": 2,
     3      3   	"name": "CACKey",
     4      4   	"short_name": "CACKey",
     5      5   	"version": "@PACKAGE_VERSION@.5",
     6      6   
     7      7   	"description": "US Department of Defense Common Access Card (CAC) and US NIST SP 800-73 Personal Identity Verification (PIV) card support.",
     8         -
     9         -	"import": [
    10         -		{
    11         -			"id": "khpfeaanjngmcnplbdlpegiifgpfgdco"
    12         -		}
    13         -	],
    14         -
    15      8   
    16      9   	"icons": {
    17     10   		"128": "icon.png"
    18     11   	},
    19     12   
    20     13   	"app": {
    21     14   		"background": {