Path: blob/main/files/en-us/mozilla/add-ons/webextensions/api/runtime/geturl/index.md
6552 views
------{{AddonSidebar()}}
Given a relative path from the manifest.json to a resource packaged with the extension, return a fully-qualified URL.
This function does not check that the resource actually exists at that URL.
Syntax
Parameters
path:
string. A relative path from the manifest.json to a resource packaged with the extension.
Return value
string. The fully-qualified URL to the resource.
Browser compatibility
{{Compat}}
Examples
Given a file packaged with the extension at "beasts/frog.html", get the full URL like this:
{{WebExtExamples}}
Note: This API is based on Chromium's
chrome.runtimeAPI. This documentation is derived fromruntime.jsonin the Chromium code.