Skip to content

Instantly share code, notes, and snippets.

@ganeshjaiwal
Last active September 3, 2020 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganeshjaiwal/84fa20ade4b55f37cc97ba7f720f6fe1 to your computer and use it in GitHub Desktop.
Save ganeshjaiwal/84fa20ade4b55f37cc97ba7f720f6fe1 to your computer and use it in GitHub Desktop.
Manifest file structure
{
"name": "My First Extension",
"short_name": "First App",
"description": "App for demo.",
"version": "1.0.0",
"manifest_version": 2,
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment