aboutsummaryrefslogtreecommitdiff
path: root/dev/data/manifest-variants.json
diff options
context:
space:
mode:
Diffstat (limited to 'dev/data/manifest-variants.json')
-rw-r--r--dev/data/manifest-variants.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json
index 2703d863..2a4cc867 100644
--- a/dev/data/manifest-variants.json
+++ b/dev/data/manifest-variants.json
@@ -2,7 +2,7 @@
"manifest": {
"manifest_version": 2,
"name": "Yomichan",
- "version": "21.4.30.1",
+ "version": "0.0.0.0",
"description": "Japanese dictionary with Anki integration",
"author": "Alex Yatskov",
"icons": {
@@ -120,7 +120,18 @@
"variants": [
{
"name": "base",
- "buildable": false
+ "buildable": false,
+ "modifications": [
+ {
+ "action": "set",
+ "path": ["version"],
+ "command": {
+ "command": "git",
+ "args": ["describe", "--abbrev=0"],
+ "trim": true
+ }
+ }
+ ]
},
{
"name": "chrome",