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": "Rocket Money For Your PC",
"version": "1.0",
"description": "Rocket Money For PC helps you track your daily expenses. Easily list, edit, and delete your entries to manage your expenses.",
"permissions": [
"storage"
],
"icons": {
"16": "rocket.png",
"48": "rocket.png",
"128": "rocket.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "rocket.png",
"48": "rocket.png",
"128": "rocket.png"
}
},
"background": {
"service_worker": "background.js"
}
}