oauth 2.0 - BOX oauth2 in Chrome extension -
i trying build simple extension box.com in chrome. fine until box returns token extension , got this
denying load of chrome-extension://finiioneilhchmigihgjmjbaopjjeggo/authentication.html?state=authenticated&code=epmau2e0wzkfyojl2fph9kux39nvs82v. resources must listed in web_accessible_resources manifest key in order loaded pages outside extension.
its obvious need list file authentication.html in web_accessible_resources manifest key. did both
"web_accessible_resources": ["chrome-extension://finiioneilhchmigihgjmjbaopjjeggo/authentication.html"], (finiioneilhchmigihgjmjbaopjjeggo app's id btw) ,
"web_accessible_resources": ["authentication.html"], but neither of them work. should fix this?
thanks,
i know it's not 'clean' and/or way should done changing manifest_version 1 worked me. it's workaround :-(
Comments
Post a Comment