Skip to content

Commit

Permalink
release updateable firefox version
Browse files Browse the repository at this point in the history
  • Loading branch information
acrogenesis committed May 2, 2019
1 parent 50dfb73 commit 3553af1
Show file tree
Hide file tree
Showing 3 changed files with 10,485 additions and 1 deletion.
8 changes: 7 additions & 1 deletion shells/webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@
"run_at": "document_start"
}
],
"manifest_version": 2
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "apollo-client-devtools@acrogenesis.com",
"update_url": "https://raw.githubusercontent.com/acrogenesis/apollo-client-devtools/master/updates.json"
}
}
}
12 changes: 12 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"addons": {
"apollo-client-devtools@acrogenesis.com": {
"updates": [
{
"version": "2.2.2",
"update_link": "https://github.com/acrogenesis/apollo-client-devtools/releases/download/FF2.2.2/apollo_client_developer_tools-2.2.2-fx.xpi"
}
]
}
}
}
Loading

0 comments on commit 3553af1

Please sign in to comment.