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

Results 4 socialapi-demo issues
Sort by recently updated
recently updated
newest added

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...