Remove Firefox branding from app name in front-end
This commit is contained in:
parent
505eb8c585
commit
45d5f41731
8 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@ const assets = require('../../common/assets');
|
|||
|
||||
module.exports = function(req, res) {
|
||||
const manifest = {
|
||||
name: 'Firefox Send',
|
||||
name: 'Send',
|
||||
short_name: 'Send',
|
||||
lang: req.language,
|
||||
icons: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue