[chrome] update manifest type#75283
Open
erwanjugand wants to merge 1 commit into
Open
[chrome] update manifest type#75283erwanjugand wants to merge 1 commit into
erwanjugand wants to merge 1 commit into
Conversation
Contributor
|
@erwanjugand Thank you for submitting this PR! This is a live comment that I will keep updated. 1 package in this PRCode ReviewsBecause this is a widely-used package, a DT maintainer will need to review it before it can be merged. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 75283,
"author": "erwanjugand",
"headCommitOid": "96c3674ff51fbb1684536dd6f2915476dd995a06",
"mergeBaseOid": "08b651d2be332c046edeab65759ca59c36c3d62b",
"lastPushDate": "2026-07-19T15:52:15.000Z",
"lastActivityDate": "2026-07-19T15:52:15.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"tooManyCommits": false,
"tooManyReviews": false,
"popularityLevel": "Critical",
"pkgInfo": [
{
"name": "chrome",
"kind": "edit",
"files": [
{
"path": "types/chrome/index.d.ts",
"kind": "definition"
},
{
"path": "types/chrome/test/index.ts",
"kind": "test"
}
],
"owners": [
"matthewkimber",
"otiai10",
"sreimer15",
"MatCarlson",
"ekinsol",
"echoabstract",
"spasma",
"bdbai",
"JasonXian",
"usertim",
"idan315",
"nicolas377",
"idosal",
"fregante",
"erwanjugand"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Critical"
}
],
"reviews": [],
"mainBotCommentID": 5016365481,
"ciResult": "pass"
} |
Contributor
|
🔔 @matthewkimber @otiai10 @sreimer15 @matcarlson @ekinsol @EchoAbstract @spasma @bdbai @JasonXian @userTim @idan315 @nicolas377 @idosal @fregante — please review this PR in the next few days. Be sure to explicitly select |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please fill in this template.
pnpm test <package to test>.If changing an existing definition:
package.json.Notes:
update
page_action:default_iconkey can be astring(mv2 doc)update
browser_action:default_iconkey can be astring(mv2 doc)update
action:default_iconkey can be astring(mv3 doc)add
default_statekey (mv3 doc)update
chrome_settings_overrides.search_provider:add JSDoc
is_defaultkey is required (mv3 doc, mv2 doc)update
commands.[string].suggested_keykey can be astring(mv3 doc, mv2 doc)update
declarative_net_request:rule_resourceskey is requiredupdate
oauth2:scopeskey is requiredupdate
options_ui:open_in_tabkey is optional (source)add
chrome_stylekey for mv2 only (mv2 doc)