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": "Yutars - Payment Tracker",
"short_name": "Yutars",
"version": "1.0.3",
"description": "Track all your recurring payments - subscriptions, loans, BNPL, bills, rent & more. Privacy-first, all data stays on your device.",
"author": "Imelar Technologies Limited",
"permissions": [
"storage",
"alarms",
"notifications"
],
"background": {
"service_worker": "src\/background\/service-worker.js"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"default_title": "Yutars"
},
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"default_locale": "en"
}