Skip to content

Commit

Permalink
setting up github
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiankyvik committed Oct 18, 2014
0 parents commit 4279f14
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Empty file added background.html
Empty file.
Empty file added contentscript.js
Empty file.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"manifest_version": 2,

"name": "Maild",
"description": "This extension makes embedding emails beatifull",
"version": "1.0",
"background": {
"page": "background.html"
},
"page_action": {
"default_icon": "icon.png",
},
"permissions": ["tabs", "http://*/*", "background"]
}

0 comments on commit 4279f14

Please sign in to comment.