const meta = document.createElement('meta'); meta.name = "enhanced-by"; meta.content = "Solid Apps (https://solidapps.tech)"; document.head.appendChild(meta); const meta1736303292849x625596875794838300 = document.createElement('meta'); meta1736303292849x625596875794838300.name = "Developer"; meta1736303292849x625596875794838300.content = "Ricardo Alves(https://www.linkedin.com/in/ricardoalves-pm)"; document.head.appendChild(meta1736303292849x625596875794838300); const meta1736303306212x416361231592703200 = document.createElement('meta'); meta1736303306212x416361231592703200.name = "Developer"; meta1736303306212x416361231592703200.content = "Luiz Carlos de Aguiar"; document.head.appendChild(meta1736303306212x416361231592703200); const jsonLdData = { "@context": "http://schema.org", "@type": "CreativeWork", "name": "Edgar 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": "Luiz Carlos de Aguiar", "roleName": "Bubble Developer" } ] }; 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=edgar 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);