You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In manifest.json, "matches" includes "https://*/*", meaning the extension runs on every website and not just chromium code source sites - is this necessary?
The text was updated successfully, but these errors were encountered:
@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.
In manifest.json,
"matches"
includes"https://*/*"
, meaning the extension runs on every website and not just chromium code source sites - is this necessary?The text was updated successfully, but these errors were encountered: