Compare commits
No commits in common. '5708a8d9a003201504fd610e2fded9fa12b2a394' and '6fef043a106fc455f1e207239232a005cf48e54e' have entirely different histories.
5708a8d9a0
...
6fef043a10
@ -1,18 +0,0 @@
|
|||||||
Build
|
|
||||||
=====
|
|
||||||
|
|
||||||
docker-compose run --rm builder npm run build:chrome
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
docker-compose run --rm builder npm run build:firefox
|
|
||||||
|
|
||||||
Signed
|
|
||||||
======
|
|
||||||
|
|
||||||
Needs AMO API key from Mozilla.
|
|
||||||
|
|
||||||
docker-compose run --rm \
|
|
||||||
-e AMO_JWT_ISSUER="$USER" \
|
|
||||||
-e AMO_JWT_SECRET="$SECRET" \
|
|
||||||
builder npm run package:firefox-signed
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"manifest_version": 3,
|
|
||||||
"name": "Redmine Reactions",
|
|
||||||
"version": "0.1.0",
|
|
||||||
"description": "Добавляет реакции на комментарии в локальном Redmine.",
|
|
||||||
"permissions": ["storage"],
|
|
||||||
"icons": {
|
|
||||||
"128": "public/icon.png"
|
|
||||||
},
|
|
||||||
"content_scripts": [
|
|
||||||
{
|
|
||||||
"matches": ["https://red.eltex.loc/issues/*"],
|
|
||||||
"js": ["src/content.tsx"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Reference in New Issue