Skip to content

Commit

Permalink
removed unneeded scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nschch committed Sep 16, 2018
1 parent 3b335f0 commit 40b397b
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions manifest.json
Expand Up @@ -3,23 +3,15 @@
"version": "1.3",
"author": "Natalie Schoch",
"manifest_version": 2,
"browser_action": {
"default_icon": "images/icon-48.png",
"default_title": "Wordsmith"
},
"browser_action": {
"default_icon": "images/icon-48.png",
"default_title": "Wordsmith"
},
"icons": { "16": "images/icon-16.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png" },
"description": "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": ["js/jquery.min.js","js/scripts.js"]
}
]
"chrome_url_overrides": {
"newtab": "newtab.html"
}
}

0 comments on commit 40b397b

Please sign in to comment.