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_extName__",
"description": "__MSG_extDescription__",
"version": "1.0.21",
"icons": {
"32": "icon-32.png",
"128": "icon-128.png"
},
"default_locale": "en",
"permissions": [
"alarms",
"storage"
],
"host_permissions": [],
"optional_host_permissions": [
"https:\/\/amazon.com\/*",
"https:\/\/www.amazon.com\/*",
"https:\/\/target.com\/*",
"https:\/\/www.target.com\/*",
"https:\/\/api.target.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/app.monarch.com\/*"
],
"accepts_tls_channel_id": true
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Monarch Money",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
}
}