Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Last active July 4, 2018 08:09
Show Gist options
  • Save codeaholicguy/0ca346a6a3f3e547c86b6bf440e1d2dc to your computer and use it in GitHub Desktop.
Save codeaholicguy/0ca346a6a3f3e547c86b6bf440e1d2dc to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Giao hàng tiết kiệm",
"description": "Giao hàng tiết kiệm",
"version": "0.0.1",
"browser_action": {
"default_popup": "index.html",
"default_title": "Open the popup"
},
"icons": {
"16": "ico16.png",
"48": "ico48.png",
"128": "ico128.png"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment