Chrome Extensions and Firefox WebExtensions Manifest: Application Key Support -


firefox webextensions require applications key in extension's manifests.

chrome's extensions not appear support applications key , chrome throws error when key present, unlike firefox ignores unsupported keys.

is there way around error not require use of 2 different manifests each browser?

chrome gives error when applications key appears in manifest:

unrecognized manifest key 'applications'.

maybe not directly answer question, according blog microsoft microsoft edge extensions available preview,

in keeping our commitment interoperable web, we’re participating in w3c browser extension community group’s efforts define standardized extension apis based on familiar web technologies.

so maybe can forward future.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -