Alex313031 / Chromium-Vector-Icons

Chrome Extension which draws vector .icon files in the Chromium repository.
https://chrome.google.com/webstore/detail/chromium-vector-icon-pain/cnlndebkegcfnbiknohgneobakigplhf
Apache License 2.0
6 stars 2 forks source link

Content script matching is very broad #3

Open psmarshall opened 11 months ago

psmarshall commented 11 months ago

In manifest.json, "matches" includes "https://*/*", meaning the extension runs on every website and not just chromium code source sites - is this necessary?

Alex313031 commented 11 months ago

@psmarshall I did that and added support for ftp:// and file:// URLs, that way the extension could be used on sites other than the Chromium sites. For example, I use the file:// to check out or modify local .icon files I have in my repo.