socialapi-demo icon indicating copy to clipboard operation
socialapi-demo copied to clipboard

manifest.json not compatible with Firefox 17

Open AxelNennker opened this issue 12 years ago • 0 comments

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"}

AxelNennker avatar Nov 21 '12 18:11 AxelNennker