Inspect and view changes in Sprout for YNAB source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Sprout for YNAB",
"version": "1.1.4",
"description": "An extension for YNAB that allows users to quickly add a transaction to their budget.",
"icons": {
"16": "assets/logos/logo-16.png",
"48": "assets/logos/logo-48.png",
"128": "assets/logos/logo-128.png"
},
"action": {
"default_popup": "index.html"
},
"permissions": [
"identity",
"storage"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options/options.html"
},
"author": "Daniel Cabuslay",
"content_security_policy": {
"extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' https://fonts.googleapis.com; img-src 'self'; font-src https://fonts.gstatic.com; connect-src https://api.youneedabudget.com https://chino.danielcabuslay.workers.dev http://localhost:8787"
},
"homepage_url": "https://sproutforynab.com",
"manifest_version": 3,
"minimum_chrome_version": "88",
"offline_enabled": false,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}