34 lines
No EOL
724 B
JSON
34 lines
No EOL
724 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": [
|
|
"storage",
|
|
"activeTab",
|
|
"scripting",
|
|
"tabs"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"],
|
|
"js": ["content.js"],
|
|
"run_at": "document_end"
|
|
}
|
|
],
|
|
"background": {
|
|
"service_worker": "service-worker.js"
|
|
},
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
]
|
|
} |