Skip to content

Commit

Permalink
Grunt build has automatically reindented the file
Browse files Browse the repository at this point in the history
  • Loading branch information
Muffo committed Aug 31, 2014
1 parent 63c10a4 commit 440a3bb
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,27 @@
],
"persistent": false
},
"page_action": {
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
"page_action": {
"default_icon": {
"19": "images/icon-19.png",
"38": "images/icon-38.png"
},
"default_title": "fullyfeedly"
},
"default_title": "fullyfeedly"
},
"content_scripts": [
{
"matches": ["*://*.feedly.com/*"],
"js": ["scripts/content.js"]
}
],
"permissions": [
"declarativeContent",
"activeTab",
"http://boilerpipe-web.appspot.com/*"
],
"options_page": "options.html"
"content_scripts": [
{
"matches": [
"*://*.feedly.com/*"
],
"js": [
"scripts/content.js"
]
}
],
"permissions": [
"declarativeContent",
"activeTab",
"http://boilerpipe-web.appspot.com/*"
],
"options_page": "options.html"
}

0 comments on commit 440a3bb

Please sign in to comment.