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": 2, "name": "Pexels", "description": "Open a new tab, get inspired by a beautiful photo and easily access your favorite websites.", "version": "1.14", "chrome_url_overrides": { "newtab": "new-tab.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "add-bookmark-popup.html" }, "icons": { "16": "images\/pexels16.png", "48": "images\/pexels48.png", "128": "images\/pexels128.png" } }