Skip to content

Commit

Permalink
Initial extension
Browse files Browse the repository at this point in the history
  • Loading branch information
julijonas committed Jan 20, 2018
0 parents commit 5c6c2e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions emojifier.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
document.body.style.border = "5px solid red";
Binary file added icons/border-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{

"manifest_version": 2,
"name": "Emojifier",
"version": "1.0",

"description": "Swaps faces with emojis using Microsoft Emotion API.",

"icons": {
"48": "icons/border-48.png"
},

"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["emojifier.js"]
}
]

}

0 comments on commit 5c6c2e0

Please sign in to comment.