Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension backport #49

Merged
merged 15 commits into from
Mar 22, 2016
Merged
8 changes: 4 additions & 4 deletions extension/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "__MSG_appName__",
"version": "0.0.3",
"name": "Lighthouse",
"version": "0.0.5",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"description": "Helping you avoid Progressive Web App woes.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was for internationalization which we might want to continue using :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not know. Will fix.

"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
Expand All @@ -22,7 +22,7 @@
"default_icon": {
"38": "images/icon-38.png"
},
"default_title": "lighthouse",
"default_title": "Lighthouse",
"default_popup": "popup.html"
}
}