We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the file https://github.com/mixedpuppy/socialapi-demo/blob/gh-pages/manifest.json { "services": { "social": { "name": "Demo Social Service", "iconURL": "/icon.png", "workerURL": "/worker.js", "sidebarURL": "/sidebar.htm", } } }
is not compatible with Firefox 17 which expect something like
{"origin":"https://www.facebook.com","name":"Facebook Messenger","workerURL":"https://www.facebook.com/desktop/fbdesktop2/socialfox/fbworker.js.php","iconURL":"data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8%2F9hAAAAX0lEQVQ4jWP4%2F%2F8%2FAyUYTFhHzjgDxP9JxGeQDSBVMxgTbUBCxer%2Fr999%2BQ8DJBuArJksA9A10s8AXIBoA0B%2BR%2FY%2FjD%2BEwoBoA1yT5v3PbdmCE8MAshhID%2FUMoDgzUYIBj0Cgi7ar4coAAAAASUVORK5CYII%3D","sidebarURL":"https://www.facebook.com/desktop/fbdesktop2/?socialfox=true"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the file https://github.com/mixedpuppy/socialapi-demo/blob/gh-pages/manifest.json
{
"services": {
"social": {
"name": "Demo Social Service",
"iconURL": "/icon.png",
"workerURL": "/worker.js",
"sidebarURL": "/sidebar.htm",
}
}
}
is not compatible with Firefox 17 which expect something like
{"origin":"https://www.facebook.com","name":"Facebook Messenger","workerURL":"https://www.facebook.com/desktop/fbdesktop2/socialfox/fbworker.js.php","iconURL":"data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8%2F9hAAAAX0lEQVQ4jWP4%2F%2F8%2FAyUYTFhHzjgDxP9JxGeQDSBVMxgTbUBCxer%2Fr999%2BQ8DJBuArJksA9A10s8AXIBoA0B%2BR%2FY%2FjD%2BEwoBoA1yT5v3PbdmCE8MAshhID%2FUMoDgzUYIBj0Cgi7ar4coAAAAASUVORK5CYII%3D","sidebarURL":"https://www.facebook.com/desktop/fbdesktop2/?socialfox=true"}
The text was updated successfully, but these errors were encountered: