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", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "0.9.6", "icons": { "16": "\/icon\/16.png", "32": "\/icon\/32.png", "48": "\/icon\/48.png", "64": "\/icon\/64.png", "96": "icon\/96.png", "128": "\/icon\/128.png" }, "permissions": [ "favicon", "bookmarks", "storage", "identity", "identity.email", "sidePanel", "contextMenus", "tabs" ], "host_permissions": [ "https:\/\/newbookmarkplus.com\/*" ], "default_locale": "en", "options_ui": { "open_in_tab": true, "page": "options.html" }, "action": { "default_title": "Default Popup Title", "default_icon": { "16": "\/icon\/[email protected]", "32": "\/icon\/[email protected]", "48": "\/icon\/[email protected]", "64": "\/icon\/[email protected]", "128": "\/icon\/[email protected]" }, "default_popup": "popup.html" }, "homepage_url": "https:\/\/newbookmarkplus.com", "side_panel": { "default_path": "sidepanel.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/localhost\/*", "https:\/\/newbookmarkplus.com\/*" ], "js": [ "content-scripts\/content.js" ] } ] }