onurmenal / crm-power-pane

The CRM Power Pane is a helper tool designed to integrate with Microsoft Dynamics CRM application and allow you to manipulate forms or perform actions faster throughout the Microsoft Dynamics CRM application .
MIT License
69 stars 25 forks source link

browser.extension.getURL() is deprecated. #102

Open onurmenal opened 4 years ago

onurmenal commented 4 years ago

:confused: Is your feature request related to a problem? Please describe. chrome.extension.getURL() deprecated. https://developer.chrome.com/extensions/extension#method-getURL

:bulb: Describe the solution you'd like Replace them with chrome.runtime.getURL() https://developer.chrome.com/extensions/runtime#method-getURL

:information_source: Additional context same situation required for firefox https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/extension/getURL