Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

84
Vistas
add web app manifest to another persons website

Is it possible to inject a web app manifest on another persons website? I have tried running javascript that injects the manifest but it doesn't seem to work.

var myDynamicManifest = {
  "name": "Site",
  "short_name": "Site",
  "description": "Description",
  "background_color": "#000000",
  "theme_color": "#0f4a73",
}
const stringManifest = JSON.stringify(myDynamicManifest);
const blob = new Blob([stringManifest], {type: 'application/json'});
const manifestURL = URL.createObjectURL(blob);

var link = document.createElement("link");
link.setAttribute("rel", "manifest");
link.setAttribute("id", "my-manifest-placeholder");
document.head.appendChild(link); 

document.querySelector('#my-manifest-placeholder').setAttribute('href', manifestURL);

completion(true);
about 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda