[w3c/manifest] Close this meta tag (Issue #1169)

Bruno-bot-stack created an issue (w3c/manifest#1169)

`>`    const metaTag = document.querySelector('meta[name="theme-color"]');
>     if (metaTag) {
>       metaTag.setAttribute('content', theme === 'dark' ? '#030711' : 'white');
>     } 

 _Originally posted by @barisyasar in [#975](https://github.com/w3c/manifest/issues/975#issuecomment-2740686403)_

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1169
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1169@github.com>

Received on Sunday, 23 March 2025 06:39:01 UTC