Matsuuu / web-component-devtools

Web Component DevTools is a Browser Extension enhancing the development experience of Web Component developers
https://matsuuu.github.io/web-component-devtools/
MIT License
132 stars 3 forks source link

Support for acquiring the CEM address from meta tags #5

Closed Matsuuu closed 3 years ago

Matsuuu commented 3 years ago

If the proposal here goes through, we need to create a implementation, that fetches the address from the meta tag in a case that the package json is not accessible.

If I remember correctly, the a copy of the DOM should be accessible from the CEM parser of devtools and this task should be quite easy.

Matsuuu commented 3 years ago

https://github.com/Matsuuu/web-component-devtools/commit/fcfc874b8651523e4e59475af21c25e3b5776eea I've implemented the code for this already. Just need to get the manifest proposal to go through and update the tag accordingly if need be