Skip to content

Instantly share code, notes, and snippets.

@tsl143
Created March 1, 2018 10:41
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 tsl143/abe5e40f0813b9485098c3eeed7fe936 to your computer and use it in GitHub Desktop.
Save tsl143/abe5e40f0813b9485098c3eeed7fe936 to your computer and use it in GitHub Desktop.
jsDemos/funfacts/manifest.json
{
"manifest_version": 2,
"name": "Fun facts",
"description": "Random Fun facts ",
"version": "1.1",
"homepage_url": "https://github.com/tsl143/jsDemos/FunFacts",
"icons": {
"64": "icons/logo_64.png",
"48": "icons/logo_48.png"
},
"browser_action": {
"default_icon": "icons/logo_32.png",
"default_title": "Chuck Norris",
"default_popup": "popup/index.html",
"browser_style": true
},
"web_accessible_resources": ["popup/cn.gif"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment