mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"name": "Context Menus Sample",
|
|
"description": "Shows some of the features of the Context Menus API",
|
|
"version": "0.7",
|
|
"permissions": ["contextMenus"],
|
|
"background": {
|
|
"service_worker": "sample.js"
|
|
},
|
|
"manifest_version": 3
|
|
}
|