Skip to content

Commit

Permalink
more updates for initial "beta" release
Browse files Browse the repository at this point in the history
  • Loading branch information
ronchalant committed Oct 8, 2013
1 parent 357b442 commit 2abea98
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Binary file added images/no-app-launcher-16.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 added images/no-app-launcher-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 11 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,29 @@
"name": "Restore Google Sandbar",
"description": "Removes the App Launcher, restoring the sandbar (\"black \"bar) on Google pages",
"version": "0.1",
/*
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
"16": "images/no-app-launcher-16.png",
"48": "images/no-app-launcher-48.png"
//, "128": "images/icon_128.png"
},
/*
"background": {
"scripts": [
"src/background.js"
]
},
*/
*/

"permissions": [
"https://mail.google.com/*"
,"https://www.google.com/calendar/*"
],

"content_scripts": [ {
"css": [],
"js": ["src/jquery.js", "app/restore.js"],
"matches": ["http://*/*", "https://*/*"]
}]
"js": ["src/jquery.js", "app/restore.js"]
, "matches": ["http://mail.google.com/*", "https://mail.google.com/*", "https://www.google.com/calendar/*"]
}],

"web_accessible_resources": ["src/jquery.min.map"]
}

0 comments on commit 2abea98

Please sign in to comment.