"http://any_url.json"
in "permissions"
is treated as "http://any_url.json/*"
(see https://developer.chrome.com/extensions/match_patterns)
I don't understand why this is the case,
since it makes unsecure (*) any extension with such a
manifest.json
, while not treating it as
/* would make it secure.--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/3eb89833-3692-4eee-b6e8-1aee42bac798%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes sorry I went lost in the forums, I sent it to https://groups.google.com/a/chromium.org/forum/#!topic/chromium-extensions/nrqfhZwNlyE
but without any "permissions" there is no way to send those passwords on the internet.