Bumped autochrome_junk_drawer to manifest v3#33
Bumped autochrome_junk_drawer to manifest v3#33mephesto1337 wants to merge 3 commits intonccgroup:masterfrom
Conversation
It now uses `declarativeNetRequestWithHostAccess` which 'statically' modifies requests with rules (useragent_tag_$COLOR.json) depending on the theme currently loaded. It also needs the `management` permission in order to determine which profile/theme is currently being used. As manifest v2 will not work during 2023, it seems to me as a good time to upgrade.
If no `resourceTypes` is specified, then not all requests are matched.
|
Can you provide a link to details of manifest v2 being deprecated for documentation purposes? This looks like a change that I should merge sooner rather than later, any documentation is appreciated. |
|
Hello, here is the link : https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/. |
|
I should also note that I had to had a new custom header |
It now uses
declarativeNetRequestWithHostAccesswhich 'statically'modifies requests with rules (useragent_tag_$COLOR.json) depending on
the theme currently loaded.
It also needs the
managementpermission in order to determine whichprofile/theme is currently being used.
As manifest v2 will stop working during 2023, it seems to me as a good time to upgrade.