Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinboard Bookmark Bar Sync 1.1", "version": "1.1.1.2", "description": "Copies Pinboard bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "icon_19.png", "default_title": "Pinboard Bookmark Bar Sync", "default_popup": "popup.html" }, "permissions": [ "bookmarks", "tabs", "https:\/\/api.pinboard.in\/" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 }