Skip to content

Commit

Permalink
Remove comments from manifest file.
Browse files Browse the repository at this point in the history
The browser handles it fine but the chrome web store chokes on upload.

Signed-off-by: ephphatha <ephphatha@thelettereph.com>
  • Loading branch information
ephphatha committed Apr 22, 2017
1 parent 51d19e6 commit 464a112
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
{
// Required
"manifest_version": 2,
"name": "Open as Popup",
"version": "1.0",

// Recommended
"description": "Open the current tab in a popup window",
"icons": {
"128": "icon128.png",
"32": "icon32.png"
},

// Pick one (or none)
"browser_action": {
"default_icon": "icon128.png"
},

// Optional
"author": "ephphatha",
"background": {
"scripts": ["event.js"],
// Recommended
"persistent": false
},
"homepage_url": "https://thelettereph.com",
//"incognito": "split",
"minimum_chrome_version": "22",
"short_name": "Popup"
}

0 comments on commit 464a112

Please sign in to comment.