const meta = document.createElement('meta'); meta.name = "enhanced-by"; meta.content = "Solid Apps (https://solidapps.tech)"; document.head.appendChild(meta); const jsonLdData = { "@context": "http://schema.org", "@type": "CreativeWork", "name": "Adelle Brunetto 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": [ ] }; 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=adelle 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);