Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lcagustini committed Apr 23, 2017
1 parent df33700 commit b11f164
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon.png
Binary file not shown.
37 changes: 20 additions & 17 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"name": "Tabivoro",
"version": "0.1",
"description": "A tab management extension that will eat your tabs.",
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_title": "Tabivoro",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
"name": "Tabivoro",
"version": "1.0",
"description": "A tab management extension that will eat your tabs.",
"icons": { "48": "assets/icon.png",
"128": "assets/icon.png"
},
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_title": "Tabivoro",
"default_icon": "assets/icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}

0 comments on commit b11f164

Please sign in to comment.