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_application_title__", "description": "__MSG_application_description__", "version": "1.32.1", "default_locale": "en", "homepage_url": "https:\/\/github.com\/raingart\/Better-History", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "64": "\/icons\/64.png", "128": "\/icons\/128.png" }, "permissions": [ "favicon", "history", "tabs", "storage" ], "chrome_url_overrides": { "history": "\/html\/history.html" }, "options_ui": { "page": "\/html\/history.html", "open_in_tab": true }, "action": { "default_popup": "\/html\/popup.html", "default_icon": { "16": "\/icons\/16.png", "32": "\/icons\/32.png" } }, "background": { "service_worker": "\/js\/background.js" }, "commands": { "open-history-page": { "suggested_key": "Ctrl+H", "description": "Open history page" } } }