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": "Mint Data Exporter, by Monarch Money",
"version": "1.0.8",
"description": "Browser extension to export your data from Mint. Built by the team at Monarch Money.",
"permissions": [
"storage",
"activeTab",
"scripting",
"downloads"
],
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png",
"default_title": "Open Mint Data Exporter"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png",
"icon-beta-34.png",
"icon-beta-128.png"
],
"matches": [
"https:\/\/mint.intuit.com\/*"
]
}
]
}