19 lines
No EOL
432 B
JSON
19 lines
No EOL
432 B
JSON
{
|
|
"name": "HDRezka DiscordRPC",
|
|
"description": "Bla bla bla",
|
|
"version": "1.0",
|
|
"manifest_version": 3,
|
|
"icons": {
|
|
"16":"icons/16.png",
|
|
"32":"icons/32.png",
|
|
"48":"icons/48.png",
|
|
"128":"icons/128.png"
|
|
},
|
|
"action": {
|
|
"default_popup":"popup.html"
|
|
},
|
|
"permissions": [],
|
|
"background": {
|
|
"service_worker": "service-worker.js"
|
|
}
|
|
} |