{"name":"Create a financial calculator app named \"Yield Guard\" designed to help users determine their maximum monthly spending based on investment yield.\n\nThe app should feature a single, clean screen with the following functionality:\n\n1.  **User Inputs:**\n    *   A form with four numeric input fields:\n        *   \"Initial Balance ($)\"\n        *   \"Monthly Income ($)\"\n        *   \"Annual Yield (%)\"\n        *   \"Max Yield Loss Tolerance ($)\" (This is the maximum dollar amount the user is willing to lose from their monthly yield gains).\n\n2.  **Calculation:**\n    *   When the user presses a \"Calculate\" button, the app must perform the following calculation:\n        *   First, calculate the \"Projected Monthly Yield\" in dollars: `Monthly Yield = Initial Balance * (Annual Yield / 100 / 12)`.\n        *   Then, calculate the \"Maximum Spendable Amount\": `Max Spend = (Projected Monthly Yield + Monthly Income) - Max Yield Loss Tolerance`.\n\n3.  **Results Display:**\n    *   Clearly display the final \"Maximum Spendable Amount\" to the user.\n    *   Also, show a simple breakdown of the components: the calculated \"Projected Monthly Yield\" and the \"Monthly Income\" that contributed to the total.\n    *   If the calculated spending amount is negative, it should be displayed as $0, with a message indicating that spending is not advised.\n\nThe app should have a minimalist and modern design, focusing on clarity and ease of use. All calculations should happen on the device; no backend or user accounts are needed.\n","short_name":"Create a financial calculator app named \"Yield Guard\" designed to help users determine their maximum monthly spending based on investment yield.\n\nThe app should feature a single, clean screen with the following functionality:\n\n1.  **User Inputs:**\n    *   A form with four numeric input fields:\n        *   \"Initial Balance ($)\"\n        *   \"Monthly Income ($)\"\n        *   \"Annual Yield (%)\"\n        *   \"Max Yield Loss Tolerance ($)\" (This is the maximum dollar amount the user is willing to lose from their monthly yield gains).\n\n2.  **Calculation:**\n    *   When the user presses a \"Calculate\" button, the app must perform the following calculation:\n        *   First, calculate the \"Projected Monthly Yield\" in dollars: `Monthly Yield = Initial Balance * (Annual Yield / 100 / 12)`.\n        *   Then, calculate the \"Maximum Spendable Amount\": `Max Spend = (Projected Monthly Yield + Monthly Income) - Max Yield Loss Tolerance`.\n\n3.  **Results Display:**\n    *   Clearly display the final \"Maximum Spendable Amount\" to the user.\n    *   Also, show a simple breakdown of the components: the calculated \"Projected Monthly Yield\" and the \"Monthly Income\" that contributed to the total.\n    *   If the calculated spending amount is negative, it should be displayed as $0, with a message indicating that spending is not advised.\n\nThe app should have a minimalist and modern design, focusing on clarity and ease of use. All calculations should happen on the device; no backend or user accounts are needed.\n","description":"Create a financial calculator app named \"Yield Guard\" designed to help users determine their maximum monthly spending based on investment yield.\n\nThe app should feature a single, clean screen with the following functionality:\n\n1.  **User Inputs:**\n    *   A form with four numeric input fields:\n        *   \"Initial Balance ($)\"\n        *   \"Monthly Income ($)\"\n        *   \"Annual Yield (%)\"\n        *   \"Max Yield Loss Tolerance ($)\" (This is the maximum dollar amount the user is willing to lose from their monthly yield gains).\n\n2.  **Calculation:**\n    *   When the user presses a \"Calculate\" button, the app must perform the following calculation:\n        *   First, calculate the \"Projected Monthly Yield\" in dollars: `Monthly Yield = Initial Balance * (Annual Yield / 100 / 12)`.\n        *   Then, calculate the \"Maximum Spendable Amount\": `Max Spend = (Projected Monthly Yield + Monthly Income) - Max Yield Loss Tolerance`.\n\n3.  **Results Display:**\n    *   Clearly display the final \"Maximum Spendable Amount\" to the user.\n    *   Also, show a simple breakdown of the components: the calculated \"Projected Monthly Yield\" and the \"Monthly Income\" that contributed to the total.\n    *   If the calculated spending amount is negative, it should be displayed as $0, with a message indicating that spending is not advised.\n\nThe app should have a minimalist and modern design, focusing on clarity and ease of use. All calculations should happen on the device; no backend or user accounts are needed.\n","start_url":"/s/279462?addToHomeScreen","display":"standalone","background_color":"#ffffff","theme_color":"#ffffff","icons":[{"src":"https://s.asim.sh/icon-pwa.png","sizes":"192x192","type":"image/png"},{"src":"https://s.asim.sh/icon-pwa.png","sizes":"512x512","type":"image/png"}]}