Skip to content

Commit

Permalink
Sort manifest keys
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed May 24, 2023
1 parent f957fe1 commit 937f819
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions custom_components/browser_mod/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"domain": "browser_mod",
"name": "Browser mod",
"documentation": "https://github.com/thomasloven/hass-browser_mod/blob/master/README.md",
"dependencies": ["panel_custom", "websocket_api", "http", "frontend", "lovelace"],
"codeowners": [],
"requirements": [],
"version": "2.2.2",
"config_flow": true,
"dependencies": [
"panel_custom",
"websocket_api",
"http",
"frontend",
"lovelace"
],
"documentation": "https://github.com/thomasloven/hass-browser_mod/blob/master/README.md",
"iot_class": "local_push",
"config_flow": true
}
"requirements": [],
"version": "2.2.2"
}

0 comments on commit 937f819

Please sign in to comment.