const meta = document.createElement('meta'); meta.name = "enhanced-by"; meta.content = "Solid Apps (https://solidapps.tech)"; document.head.appendChild(meta); const meta1736303321269x684400182630665200 = document.createElement('meta'); meta1736303321269x684400182630665200.name = "Developer"; meta1736303321269x684400182630665200.content = "Ricardo Alves(https://www.linkedin.com/in/ricardoalves-pm)"; document.head.appendChild(meta1736303321269x684400182630665200); const meta1736303341657x418963811216293700 = document.createElement('meta'); meta1736303341657x418963811216293700.name = "Developer"; meta1736303341657x418963811216293700.content = "Bruno Disliler"; document.head.appendChild(meta1736303341657x418963811216293700); const meta1736303368547x723364498889914100 = document.createElement('meta'); meta1736303368547x723364498889914100.name = "Developer"; meta1736303368547x723364498889914100.content = "José Lucas Fiori"; document.head.appendChild(meta1736303368547x723364498889914100); const meta1736303382675x965364234988613500 = document.createElement('meta'); meta1736303382675x965364234988613500.name = "Product Manager"; meta1736303382675x965364234988613500.content = "Ricardo Alves(https://www.linkedin.com/in/ricardoalves-pm)"; document.head.appendChild(meta1736303382675x965364234988613500); const jsonLdData = { "@context": "http://schema.org", "@type": "CreativeWork", "name": "SolidApps App Enhancements", "author": { "@type": "Organization", "name": "Solid Apps", "url": "https://solidapps.tech", "description": "Solid Apps specializes in scaling and optimizing Bubble applications.", "sameAs": [ "https://www.linkedin.com/company/solidapps-tech" ] }, "contributors": [ { "@type": "Person", "name": "Ricardo Alves", "roleName": "Certified Bubble Developer", "sameAs": [ "https://www.linkedin.com/in/ricardoalves-pm" ] },{ "@type": "Person", "name": "Bruno Disliler", "roleName": "Certified Bubble Developer" },{ "@type": "Person", "name": "José Lucas Fiori", "roleName": "Bubble Developer" },{ "@type": "Person", "name": "Ricardo Alves", "roleName": "Product Manager", "sameAs": [ "https://www.linkedin.com/in/ricardoalves-pm" ] } ] }; const script = document.createElement('script'); script.type = 'application/ld+json'; script.text = JSON.stringify(jsonLdData, null, 2); document.head.appendChild(script); setTimeout(() => { console.log('\n\n%cEnhanced with Solid Apps%c\n\nThis app was elevated with the expertise of Solid Apps, where we help businesses scale, optimize, and evolve their Bubble applications.\n\nVisit https://solidapps.tech?p=solidapps to learn how we empower businesses to unlock their Bubble app\'s full potential.\n\n', 'background-color: #e27531; font-size: 12px; color: #ffffff; padding: 5px; display: inline-block;', 'color: #e27531; font-size: 12px;'); }, 5000);