diff --git a/README.md b/README.md index 49bb5e2..de47aff 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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; diff --git a/manifest-chrome.json b/manifest-chrome.json index ba7a8ff..06e8889 100644 --- a/manifest-chrome.json +++ b/manifest-chrome.json @@ -3,7 +3,6 @@ "service_worker": "js/service-worker.js", "type": "module" }, - "optional_host_permissions": ["*://*.playdrift.com/*"], "externally_connectable": { "matches": ["*://playdrift-extension.cssnr.com/*"] }, diff --git a/manifest-firefox.json b/manifest-firefox.json index 36dafd6..21f7251 100644 --- a/manifest-firefox.json +++ b/manifest-firefox.json @@ -3,7 +3,6 @@ "scripts": ["js/service-worker.js"], "type": "module" }, - "optional_permissions": ["*://*.playdrift.com/*"], "browser_specific_settings": { "gecko": { "id": "playdrift@cssnr.com", diff --git a/manifest.json b/manifest.json index 1f333b5..6ad7627 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { @@ -26,6 +26,7 @@ } }, "permissions": ["contextMenus", "storage", "tabs"], + "host_permissions": ["*://*.playdrift.com/*"], "content_scripts": [ { "matches": ["*://*.playdrift.com/*"],