Skip to content

Instantly share code, notes, and snippets.

@nrchandan
Created August 21, 2020 16:14
Show Gist options
  • Save nrchandan/a15f65f26d1065131f60110837508ee3 to your computer and use it in GitHub Desktop.
Save nrchandan/a15f65f26d1065131f60110837508ee3 to your computer and use it in GitHub Desktop.
{
"name": "Multiplication Tables",
"version": "1.0",
"description": "Handy multiplication tables for school learning",
"permissions": ["storage"],
"background": {
"scripts": ["background.js"],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images/logo4-16.png",
"32": "images/logo4-32.png",
"48": "images/logo4-48.png",
"128": "images/logo4-128.png"
}
},
"icons": {
"16": "images/logo4-16.png",
"32": "images/logo4-32.png",
"48": "images/logo4-48.png",
"128": "images/logo4-128.png"
},
"options_page": "options.html",
"manifest_version": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment