Skip to content

Commit

Permalink
Add applications.gecko.id #166
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Jan 31, 2016
1 parent bc477ee commit ddb6f40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "__MSG_description__",
"homepage_url": "https://userstyles.org",
"manifest_version": 2,
"applications": {
"gecko": {
"id": "{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}"
}
},
"icons": {
"16": "16.png",
"48": "48.png",
Expand Down

1 comment on commit ddb6f40

@tophf
Copy link
Contributor

@tophf tophf commented on ddb6f40 Feb 1, 2016

Choose a reason for hiding this comment

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

screenshot

In dev mode Chrome shows an error for this key. This isn't visible in normal mode though and doesn't influence the functionality but I'm quite sure we'll have quite a few "bug" reports on that in the future.

I guess it can be solved with a build script: the main manifest won't contain this key, there will be a manifest.firefox.json (or firefox/manifest-additions.json) with just this key, the build script will insert it into the main manifest and put it into a folder named build or firefox or whatever.

Please sign in to comment.