add firefox extension template

This commit is contained in:
2025-08-07 16:03:16 -05:00
parent 6cbb29fed1
commit 5df289ffcb
586 changed files with 13636 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package webextension_polyfill.urlbar;
/**
The state of an engagement made with the urlbar by the user. <code>start</code>: The user has started an engagement.
<code>engagement</code>: The user has completed an engagement by picking a result. <code>abandonment</code>
: The user has abandoned their engagement, for example by blurring the urlbar. <code>discard</code>
: The engagement ended in a way that should be ignored by listeners.
**/
typedef EngagementState = String;