Skip to content

Commit

Permalink
Update Host Permissions (#18)
Browse files Browse the repository at this point in the history
* Update Host Permissions

* Bump Version

* Update README.md 📖
  • Loading branch information
smashedr authored Apr 29, 2024
1 parent 9390015 commit f953e83
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

Modern [Chrome](https://chromewebstore.google.com/detail/playdrift-extension/anlkpnbhiiojmedlkchcdmigkdccnmcn)
Web Extension and [Firefox](https://addons.mozilla.org/addon/playdrift-extension)
Browser Addon for PlayDrift to view Rankings and Win/Loss Records on Player Profiles plus much more!
Browser Addon for [PlayDrift](https://dominoes.playdrift.com/)
to view Rankings and Win/Loss Records on Player Profiles plus much more!
See the [Features](#features) list for a full list of features and [Problems Solved](#problems-solved)
for some of the most useful features.

Expand Down Expand Up @@ -92,8 +93,9 @@ All **Chromium** Based Browsers can install the extension from the
* Friends/Favorites List w/ notifications when they join game
* Remember how many times you played with a player and display in tooltip

Please submit a [Feature Request](https://github.com/cssnr/playdrift-extension/discussions/categories/feature-requests) for new features.
For any issues, bugs or concerns; please [Open an Issue](https://github.com/cssnr/playdrift-extension/issues).
> [!TIP]
> **Don't see your feature here?**
> Request one on the [Feature Request Discussion](https://github.com/cssnr/playdrift-extension/discussions/categories/feature-requests).
# Problems Solved

Expand Down Expand Up @@ -138,13 +140,17 @@ However, with no gains from leveled up accounts, it is most likely the bots are

> [!TIP]
> **Don't see your question here?**
> Ask one on the [Q&A Discussion](https://github.com/cssnr/playdrift-extension/discussions/new?category=q-a).
> Ask one on the [Q&A Discussion](https://github.com/cssnr/playdrift-extension/discussions/categories/q-a).
# Known Issues

* The Mouse Over Icon Stats do not properly update when a room changes positions on the home page
* Cancel Ready Button will also reset teams for anyone not using the Keep Teams Set Option

> [!TIP]
> **Don't see your issue here?**
> Open one on the [Issues](https://github.com/cssnr/playdrift-extension/issues).
# Configuration

You can pin the Addon by clicking the `Puzzle Piece`, find the Web Extension icon, then;
Expand Down
1 change: 0 additions & 1 deletion manifest-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"service_worker": "js/service-worker.js",
"type": "module"
},
"optional_host_permissions": ["*://*.playdrift.com/*"],
"externally_connectable": {
"matches": ["*://playdrift-extension.cssnr.com/*"]
},
Expand Down
1 change: 0 additions & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"scripts": ["js/service-worker.js"],
"type": "module"
},
"optional_permissions": ["*://*.playdrift.com/*"],
"browser_specific_settings": {
"gecko": {
"id": "playdrift@cssnr.com",
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "PlayDrift Web Extension.",
"homepage_url": "https://github.com/cssnr/playdrift-extension",
"author": "Shane",
"version": "0.4.7",
"version": "0.4.8",
"manifest_version": 3,
"commands": {
"_execute_action": {
Expand All @@ -26,6 +26,7 @@
}
},
"permissions": ["contextMenus", "storage", "tabs"],
"host_permissions": ["*://*.playdrift.com/*"],
"content_scripts": [
{
"matches": ["*://*.playdrift.com/*"],
Expand Down

0 comments on commit f953e83

Please sign in to comment.