Mist-Automation-Programmability / mist_browser_extension

Web Browser extension for Mist Developpers to provide quick access to Mist APIs. The application is analysing the URL of the current tab to provides the org_id, site_id (if any) object_id (if any) and quick access the main API calls for this page. It can also be used to manage and generate User and Org API Token.
MIT License
17 stars 3 forks source link

Manifest errors after installing 3.2.0 #58

Closed rreeves2 closed 1 year ago

rreeves2 commented 1 year ago

I've installed this extension in Chrome for the first time and followed the instructions found here. The extension icon doesn't show up in the browser window, and it's producing two Manifest-related errors:

  "browser_specific_settings": {
    "gecko": {
      "update_url": "https://raw.githubusercontent.com/tmunzer/mist_browser_extension/main/firefox_updates.json"
    }
  },

"manifest_version": 2,

tmunzer commented 1 year ago

Hi Robert,

These are just warning messages that should not block the extension. Chrome is still supporting manifest V2 and Google postponed the transition to V3 many times (https://developer.chrome.com/blog/more-mv2-transition/). I'm currently using the extension on Chrome Version 115.0.5790.114

However, by default the extension is not showed in the Chrome bar, and you must pin it to keep it in the bar (or you should be able to access it by clicking the "extension" icon in the Chrome bar):

image
rreeves2 commented 1 year ago

::facepalm:: Yup, that was it, thank you for the quick response!