You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
437 B
JSON
18 lines
437 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Redmine Reactions",
|
|
"version": "0.1.AI_BUILD",
|
|
"description": "Добавляет реакции на комментарии в локальном Redmine.",
|
|
"permissions": ["storage"],
|
|
"icons": {
|
|
"128": "public/icon.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://red.eltex.loc/issues/*"],
|
|
"js": ["src/content.tsx"],
|
|
"run_at": "document_start"
|
|
}
|
|
]
|
|
}
|