When I attempt to use the chrome.webstore.install(); function on my verified website for my chrome extension, it returns this error
Installs can only be initiated by the Chrome Web Store item's verified site
Even when the website is the item's verified site.
I do have the link to the item in the head tag:
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/oogdogaijchgbmakknkjcmimfgdpodil">
Any help would be appreciated.