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.
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Redmine Reactions",
|
|
"version": "0.1.0",
|
|
"description": "Добавляет реакции на комментарии в локальном Redmine.",
|
|
"permissions": [
|
|
"storage",
|
|
"https://your-domain.com/*"
|
|
],
|
|
"icons": {
|
|
"128": "public/icon.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["https://red.eltex.loc/issues/*"],
|
|
"js": ["src/content.tsx"]
|
|
}
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "reactions@your-company.com"
|
|
}
|
|
}
|
|
}
|