Skip to content

Commit

Permalink
Add gecko_android key to manifest: (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seismix authored Oct 8, 2024
1 parent fd99c60 commit c57cedc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"name": "RoyalRefresh",
"description": "A web extension for royalroad.com. For people who juggle multiple stories",
"homepage_url": "https://github.com/Seismix/royalrefresh",
"type": "module",
"{{chrome}}.action": {
"default_title": "RoyalRefresh",
"default_popup": "ui/options.html"
Expand Down Expand Up @@ -41,7 +42,8 @@
"{{firefox}}.permissions": ["*://*.royalroad.com/*", "storage"],
"{{firefox}}.browser_specific_settings": {
"gecko": {
"id": "royalrecap.extension@example.com"
}
"id": "royalrefresh.extension@example.com"
},
"gecko_android": {}
}
}

0 comments on commit c57cedc

Please sign in to comment.