Skip to content

Commit

Permalink
Manifest Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan DEKHTIAR committed Sep 11, 2017
1 parent 6ea1d70 commit 3d516c8
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"author": "Jonathan DEKHTIAR",
"name": "Feedcrunch.IO",
"short_name": "Feedcrunch",
"description": "Feedcrunch.IO - Chrome Extension",
"manifest_version": 2,
"version": "1.0.2",
"icons": {
"16": "img/icon.png",
"48": "img/iconLauncher.png",
"128": "img/iconStore.png"
},
"background": {
"scripts": [
"app/background.js"
Expand Down Expand Up @@ -28,20 +38,11 @@
"web_accessible_resources": [
"templates/*.html"
],
"description": "Feedcrunch.IO - Chrome Extension",
"icons": {
"16": "img/icon.png",
"48": "img/iconLauncher.png",
"128": "img/iconStore.png"
},
"manifest_version": 2,
"name": "Feedcrunch.IO",
"permissions": [
"activeTab",
"tabs",
"cookies",
"storage",
"*://*/*"
],
"version": "1.0.2"
]
}

0 comments on commit 3d516c8

Please sign in to comment.