Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminlukeclark committed Dec 5, 2019
1 parent 4bf9621 commit a104ea4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"manifest_version": 2,
"name": "Dogify",
"name": "Doggify",
"version": "1.0",
"description": "Adds a button that replaces all pictures on a webpage with random pictures of dogs.",

"version_name":"1.0 Initial Extension",
"description": "A simple extension that automatically replaces loaded pictures on a website with doggos.",
"developer": {
"name":"Sudoblark",
"url":"https://sudoblark.com"
},
"incognito":"not_allowed",
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["beautiful-doggos.js"]
}
],

"icons": {
"48": "icons/32-paw.png"
},

"permissions" :[
"https://dog.ceo/api/breeds/image/random"
]
Expand Down

0 comments on commit a104ea4

Please sign in to comment.