Change meta tags in PWA

I am facing with this issue.
I tried this:
1. this.meta.addTag({ name: ‘twitter:card’, content: ‘summary_large_image’ });
this.meta.addTag({ name: ‘twitter:site’, content: ‘@alligatorio’ });
this.meta.addTag({ name: ‘twitter:title’, content: ‘Front-end Web Development, Chewed Up’ });
this.meta.addTag({ name: ‘twitter:description’, content: ‘Learn frontend web development…’ });
this.meta.addTag({ name: ‘twitter:image’, content: ‘https://alligator.io/images/front-end-cover.png’ });
this.meta.addTag({ name: ‘og:description’, content: ‘Huy test’ });
2. Progressive Web App - Metatags
Any advices???. Thanks.