mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
version bump and AMO id set
This commit is contained in:
@@ -210,7 +210,7 @@ gulp.task('dist-firefox', ['dist'], function (cb) {
|
|||||||
.pipe(jeditor(function (manifest) {
|
.pipe(jeditor(function (manifest) {
|
||||||
manifest.applications = {
|
manifest.applications = {
|
||||||
gecko: {
|
gecko: {
|
||||||
id: "addon@bitwarden.com",
|
id: "{446900e4-71c2-419f-a6a7-df9c091e268b}",
|
||||||
strict_min_version: "42.0"
|
strict_min_version: "42.0"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extName__",
|
"name": "__MSG_extName__",
|
||||||
"short_name": "__MSG_appName__",
|
"short_name": "__MSG_appName__",
|
||||||
"version": "1.9.4",
|
"version": "1.9.5",
|
||||||
"description": "__MSG_extDesc__",
|
"description": "__MSG_extDesc__",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"author": "8bit Solutions LLC",
|
"author": "8bit Solutions LLC",
|
||||||
|
|||||||
Reference in New Issue
Block a user