Skip to content

Commit

Permalink
Add a dummy update_url.
Browse files Browse the repository at this point in the history
This may be the cause of packed extensions being marked as corrupted in
chrome 63
EmailThis/extension-boilerplate#23 (comment)
  • Loading branch information
joaodelgado committed Jan 10, 2018
1 parent b9f70c0 commit 5910185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified dist/chrome.crx
Binary file not shown.
1 change: 1 addition & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"manifest_version": 2,
"name": "Github branch status",
"version": "0.2",
"update_url": "http://dummy.com",
"content_scripts": [
{
"matches": [
Expand Down

0 comments on commit 5910185

Please sign in to comment.