t.js
file at the root of your extension.permissions
field in the manifest to the new values, if required.f.js
and fc.js
.
Those files are now split into 3 files:
f.js
fc.js
t.js
t.js
file at the root of your extension.
t.js
file at the root of your extension.permissions
permissions
field in the manifest was
set to:
The required permissions have changed, removingalarms
storage
tabs
webRequest
webNavigation
webRequest
and adding
scripting
. So, the minimum permissions in your manifest.json
should now be:
alarms
storage
tabs
scripting
webNavigation
permissions
field in the manifest to the new values, if required.content_scripts
field in the manifest. This is no longer necessary
as the SDK now injects the content scripts itself.
Your extension manifest would have had a content_scripts
field with the
following: