mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-31 18:32:16 +02:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "My Carbon Trigger",
|
|
"version": "0.1.0",
|
|
"host_permissions": ["<all_urls>"],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "index.html"
|
|
}
|
|
}
|