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": "Lasso Bookmark Manager", "version": "1.0.3.0", "description": "Lasso is the all-in-one bookmark organizer for bookmarking, web research, and knowledge management.", "homepage_url": "http:\/\/www.lasso.net\/", "manifest_version": 2, "permissions": [ "tabs", "webRequest", "storage", "<all_urls>" ], "content_scripts": [ { "all_frames": true, "js": [ "ci.content.pack.js", "js\/content\/jquery.js", "js\/content\/vflHeadScript.js", "js\/content\/content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "ci.browser.helper.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/lasso-plugin-icon_64.png", "default_title": "Lasso Bookmark Manager" }, "icons": { "24": "img\/lasso-plugin-icon_24.png", "48": "img\/lasso-plugin-icon_48.png", "128": "img\/lasso-plugin-icon_128.png" } }