mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-30 13:59:35 +07:00
11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"name": "webNavigation API Sample",
|
|
"version": "2",
|
|
"description": "A demonstration of the webNavigation API",
|
|
"background": {
|
|
"service_worker": "service-worker.js"
|
|
},
|
|
"permissions": ["webNavigation", "notifications"],
|
|
"manifest_version": 3
|
|
}
|