Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@esperecyan esperecyan released this 12 Jan 09:37
  • Resolves the problem that Add-on was not working due to a change in the behavior of instanceof in Firefox 109.
  • In manifest.json, moves newly supported permissions into optional_permissions from permissions.
    • browsingData
    • management
    • nativeMessaging
    • pkcs11
    • privacy
    • proxy
    • sessions
  • In manifest.json, adds newly implemented permissions captivePortal and search to the value of the permissions key.
  • In manifest.json, Changes application key to browser_specific_settings as it has been deprecated.

  • Firefox 109で instanceof の挙動が変わったことにより、アドオンが動作しなくなっていた問題に対処
  • manifest.json で、新しく optional_permissions に対応した権限を permissions から移動
    • browsingData
    • management
    • nativeMessaging
    • pkcs11
    • privacy
    • proxy
    • sessions
  • manifest.json で、新しく追加された権限 captivePortal search を、permissions キーへ追加
  • manifest.jsonで、非推奨となった application キーを browser_specific_settings へ置き換え