File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
files/en-us/mozilla/add-ons/webextensions/anatomy_of_a_webextension Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ This is the only file that must be present in every extension. It contains basic
1313
1414The manifest can also contain pointers to several other types of files:
1515
16- - [ Background scripts] ( #background_scripts_2 )
16+ - [ Background scripts] ( #background_scripts )
1717 - : Scripts that respond to browser events.
1818- Icons
1919 - : For the extension and any buttons it might define.
20- - [ Sidebars, popups, and options pages] ( #sidebars_popups_and_options_pages_2 )
20+ - [ Sidebars, popups, and options pages] ( #sidebars_popups_and_options_pages )
2121 - : HTML documents that provide content for various user interface components.
22- - [ Content scripts] ( #content_scripts_2 )
22+ - [ Content scripts] ( #content_scripts )
2323 - : JavaScript included with your extension, that you will inject into web pages.
2424- [ Web-accessible resources] ( #web_accessible_resources )
2525 - : Make packaged content accessible to web pages and content scripts.
You can’t perform that action at this time.
0 commit comments