Skip to content

Instantly share code, notes, and snippets.

@varaprasadh
Created June 3, 2021 12:33
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 varaprasadh/41eddb1828e8b43f1be469827ce8e7e5 to your computer and use it in GitHub Desktop.
Save varaprasadh/41eddb1828e8b43f1be469827ce8e7e5 to your computer and use it in GitHub Desktop.
{
"version": "3.0.0",
"manifest_version": 2,
"name": "cat space",
"description": "world of cats!",
"icons": {
"128": "./images/icon.png",
"48": "./images/icon.png",
"16": "./images/icon.png"
},
"browser_action": {
"default_icon": {
"128": "./images/icon.png",
"48": "./images/icon.png",
"16": "./images/icon.png"
}
},
"chrome_url_overrides": {
"newtab": "./new-tab.html"
},
"background": {
"scripts": [
"./background.js"
],
"persistent": false
},
"permissions": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment