2 // chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik/
3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQC4L17nAfeTd6Xhtx96WhQ6DSr8KdHeQmfzgCkieKLCgUkWdwB9G1DCuh0EPMDn1MdtSwUAT7xE36APEzi0X/UpKjOVyX8tCC3aQcLoRAE0aJAvCcGwK7qIaQaczHmHKvPC2lrRdzSoMMTC5esvHX+ZqIBMi123FOL0dGW6OPKzIwIBIw==",
4 "name": "GaiaAuthExtension",
10 "https://www.google.com/accounts/*",
11 "https://accounts.google.com/*"
13 "css": ["keyboard_ui.css"],
17 "content_security_policy": "default-src 'self'; script-src 'self'; frame-src *; style-src 'self' 'unsafe-inline'",
18 "description": "GAIA Component Extension",
19 "web_accessible_resources": [
30 // cookies for getting hash passed back from GAIA on login success
31 // tabs for calling current webui's login. This might not be needed once
32 // we have extension API
37 "https://www.google.com/accounts/*",
38 "https://accounts.google.com/*"