mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"name": "MV3 Migration - content script example",
|
|
"version": "0.1",
|
|
"manifest_version": 3,
|
|
"permissions": ["scripting", "activeTab"],
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|