mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Implemented mv3 privacy API sample * Added mv3 privacy API sample * Expanded sample and updated readme * Update service-worker.js
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"name": "Privacy API sample",
|
|
"version": "1.0",
|
|
"manifest_version": 3,
|
|
"background": {
|
|
"service_worker": "service-worker.js"
|
|
},
|
|
"permissions": ["privacy"],
|
|
"action": {}
|
|
}
|