My extension works in Chrome, Firefox, and Opera. I wanted to support edge too. However I cannot do a simple thing, I cannot fetch
/XHR
my own files! I even added <all_urls>
to my permissions
array in manifest.json
, however I keep getting TypeMismatchError
and in details it says "Permission Denied". Here is a screenshot:
Does anyone know if it is possible to fetch your own files in Edge? I need to specifically fetch the messages.json files in my /_locales/*
folders.