socialapi-demo
socialapi-demo copied to clipboard
link is broken, domain does not exist
manifest.json cannot be parsed by JSON.parse, instead of "sidebarURL": "/sidebar.htm", } it should be "sidebarURL": "/sidebar.htm" }
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...