Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

92
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!