Skip to content

Commit

Permalink
manifest updated
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmilosev committed Nov 27, 2019
1 parent 18f414f commit 4cbc6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="ebay-klein__container">
<div class="ebay-klein__header">
<h3>
<img src="logo.png" />eBay <span>Kleinanzeigen</span> Full Size Image
<img src="logo.png" />eBay <span>Kleinanzeigen</span> Show Full Size Images
</h3>
</div>
<div class="ebay-klein__main">
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "eBay-Kleinanzeigen Full Size Image",
"name": "eBay-Kleinanzeigen Show Full Size Images",
"version": "1.2",
"description": "One-Click full size image extractor for eBay-Kleinanzeigen.",
"description": "With one click view and download all images from eBay-Kleinanzeigen page in original size.",
"homepage_url": "https://milanmilosev.com",
"browser_action": {
"default_icon": "logo.png",
Expand All @@ -20,6 +20,6 @@
"icons": {
"128": "128.png"
},
"permissions": ["activeTab"],
"permissions": ["https://ebay-kleinanzeigen.de/*"],
"content_security_policy": "script-src 'self' https://www.gstatic.com/; object-src 'self'"
}

0 comments on commit 4cbc6dd

Please sign in to comment.