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": "YNAB for Your PC \u2013 Budget & Expense Planner",
"version": "1.0",
"description": "Track your daily budget & to-do list effortlessly with YNAB for PC! Set limits, manage spending & stay organized \u2013 all in one place!",
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "ynab.png",
"48": "ynab.png",
"128": "ynab.png"
}
}
}