Index: build/chrome/Makefile ================================================================== --- build/chrome/Makefile +++ build/chrome/Makefile @@ -26,11 +26,11 @@ endif export NACL_SDK_ROOT all: cackey.crx -cackey.crx: cackey.pexe cackey.nmf manifest.json cackey.js google-pcsc.js +cackey.crx: cackey.pexe cackey.nmf manifest.json cackey.js google-pcsc.js pin.html pin-icon.png rm -f cackey.crx zip cackey.crx.new $^ mv cackey.crx.new cackey.crx cackey.pexe: cackey-chrome.o cackey-chrome-init.o lib/libcackey.a lib/libpcsc.a lib/libz.a Index: build/chrome/manifest.json ================================================================== --- build/chrome/manifest.json +++ build/chrome/manifest.json @@ -12,8 +12,9 @@ "persistent": false } }, "permissions": [ - "certificateProvider" + "certificateProvider", + "alwaysOnTopWindows" ] } ADDED build/chrome/pin-icon.png Index: build/chrome/pin-icon.png ================================================================== --- build/chrome/pin-icon.png +++ build/chrome/pin-icon.png cannot compute difference between binary files ADDED build/chrome/pin-icon.xcf Index: build/chrome/pin-icon.xcf ================================================================== --- build/chrome/pin-icon.xcf +++ build/chrome/pin-icon.xcf cannot compute difference between binary files ADDED build/chrome/pin.html Index: build/chrome/pin.html ================================================================== --- build/chrome/pin.html +++ build/chrome/pin.html @@ -0,0 +1,30 @@ + + + CACKey PIN Entry + + +
+ + + + + + + + + + + + + + + + + +
PIN Entry Required
PIN:
+ + +
+
+ +