How to Inject a Global with Web Extensions in Manifest V3

For those of you not familiar with the world of web extension development, a storm is brewing with Chrome. Google will stop support for manifest version 2, which is what the vast majority of web extensions use. Manifest version 3 sees many changes but the largest change is moving from persistent background scripts to service workers. This…is…a…massive…change. Changes from manifest version 2 to version 3 include: Going from persistent background script to a service worker that can die after 5 minutes No use of <iframe elements or other DOM APIs from the service worker All APIs have become Promise-based Restrictions on content from a CSP perspective One function that... more →
Posted in: JavaScript

Travel app puts local designer on global map – Times Colonist

Times Colonist Travel app puts local designer on global mapTimes ColonistA 24-year-old Victorian has designed a travel app that shot to No. 1 in popularity in the U.S. and Canada. Oliver Brooks, a designer at Victoria's MetaLab, co-created Relay with a U.K. developer. The app was released May 5. Brooks says the application … map app – Google News… more →
Posted in: Interactive Maps
1 2