diff --git a/extension-test-walkthrough.md b/extension-test-walkthrough.md index 98a602c..7faf5c7 100644 --- a/extension-test-walkthrough.md +++ b/extension-test-walkthrough.md @@ -62,7 +62,25 @@ Expected: - `X-Dewemoji-Tier` can be read when present. - UI remains stable when header is absent. -## Test 7: Regression Smoke +## Test 7: Account Connect (New) +1. Open Settings -> Account tab. +2. Enter email and password for a Dewemoji account. +3. Click `Connect`. + +Expected: +- Status shows `Connected as (Free|Personal)`. +- Header `Authorization: Bearer ...` is sent on search requests. +- Top tag changes to `Free` or `Personal` (not `Pro`). + +## Test 8: Account Disconnect +1. In Settings -> Account tab, click `Logout`. + +Expected: +- Account status returns to `Not connected`. +- Top tag changes to `Guest`. +- Search still works for public keywords. + +## Test 9: Regression Smoke 1. Insert/copy actions still work. 2. Settings panel opens and saves. 3. No new console syntax/runtime errors. diff --git a/manifest.json b/manifest.json index b287fb2..3d1d44e 100755 --- a/manifest.json +++ b/manifest.json @@ -12,6 +12,7 @@ ], "host_permissions": [ "", + "https://dewemoji.backoffice.biz.id/*", "https://api.dewemoji.com/*" ], "web_accessible_resources": [ diff --git a/panel.html b/panel.html index c01769d..c026b4e 100755 --- a/panel.html +++ b/panel.html @@ -19,7 +19,7 @@
-

Find Your Emoji Free

+

Find Your Emoji Guest

@@ -47,7 +47,7 @@ -