Created
June 3, 2021 12:33
-
-
Save varaprasadh/41eddb1828e8b43f1be469827ce8e7e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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