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": "History Manager", "version": "1.0", "version_name": "1.0-alpha", "default_locale": "en", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "all_frames": true, "js": [ "content-scripts.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "clipboardRead", "history", "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage", "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'; img-src * data: chrome:\/\/favicon;" }