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_extensionName__",
"version": "1.6",
"description": "__MSG_extensionDescription__",
"permissions": [
"history",
"downloads"
],
"action": {
"default_title": "Export Browser History",
"default_popup": "popup\/popup.html"
},
"icons": {
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self';"
},
"homepage_url": "https:\/\/export-browser-history.pdfwork.com",
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"default_locale": "en"
}