Skip to content

Commit

Permalink
Update extension-apis.json (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdunk authored Jan 16, 2024
1 parent 77897c5 commit dbc5ad4
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions .repo/sample-list-generator/extension-apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
"autoVerify",
"automaticDownloads",
"camera",
"clipboard",
"cookies",
"fullscreen",
"images",
Expand All @@ -399,6 +400,7 @@
"ResourceIdentifier",
"AutoVerifyContentSetting",
"CameraContentSetting",
"ClipboardContentSetting",
"CookiesContentSetting",
"FullscreenContentSetting",
"ImagesContentSetting",
Expand Down Expand Up @@ -427,6 +429,7 @@
"types": [
"Cookie",
"CookieDetails",
"CookiePartitionKey",
"CookieStore",
"OnChangedCause",
"SameSiteStatus"
Expand Down Expand Up @@ -464,14 +467,18 @@
"GETMATCHEDRULES_QUOTA_INTERVAL",
"GUARANTEED_MINIMUM_STATIC_RULES",
"MAX_GETMATCHEDRULES_CALLS_PER_INTERVAL",
"MAX_NUMBER_OF_DYNAMIC_AND_SESSION_RULES",
"MAX_NUMBER_OF_DYNAMIC_RULES",
"MAX_NUMBER_OF_ENABLED_STATIC_RULESETS",
"MAX_NUMBER_OF_REGEX_RULES",
"MAX_NUMBER_OF_SESSION_RULES",
"MAX_NUMBER_OF_STATIC_RULESETS",
"MAX_NUMBER_OF_UNSAFE_DYNAMIC_RULES",
"MAX_NUMBER_OF_UNSAFE_SESSION_RULES",
"SESSION_RULESET_ID"
],
"methods": [
"getAvailableStaticRuleCount",
"getDisabledRuleIds",
"getDynamicRules",
"getEnabledRulesets",
"getMatchedRules",
Expand All @@ -481,7 +488,8 @@
"testMatchOutcome",
"updateDynamicRules",
"updateEnabledRulesets",
"updateSessionRules"
"updateSessionRules",
"updateStaticRules"
],
"types": [
"ExtensionActionOptions",
Expand Down Expand Up @@ -791,6 +799,7 @@
"AddWatcherRequestedOptions",
"Change",
"CloseFileRequestedOptions",
"CloudIdentifier",
"ConfigureRequestedOptions",
"CopyEntryRequestedOptions",
"CreateDirectoryRequestedOptions",
Expand Down Expand Up @@ -1341,6 +1350,18 @@
],
"events": ["onProxyError"]
},
"readingList": {
"properties": [],
"methods": ["addEntry", "query", "removeEntry", "updateEntry"],
"types": [
"AddEntryOptions",
"QueryInfo",
"ReadingListEntry",
"RemoveOptions",
"UpdateEntryOptions"
],
"events": ["onEntryAdded", "onEntryRemoved", "onEntryUpdated"]
},
"runtime": {
"properties": ["id", "lastError"],
"methods": [
Expand Down Expand Up @@ -1855,6 +1876,24 @@
],
"events": ["onDeviceAdded", "onDeviceRemoved"]
},
"userScripts": {
"properties": [],
"methods": [
"configureWorld",
"getScripts",
"register",
"unregister",
"update"
],
"types": [
"RegisteredUserScript",
"ScriptSource",
"UserScriptFilter",
"WorldProperties",
"ExecutionWorld"
],
"events": []
},
"virtualKeyboard": {
"properties": [],
"methods": ["restrictFeatures"],
Expand Down

0 comments on commit dbc5ad4

Please sign in to comment.