Skip to content

Commit

Permalink
Merge pull request #132 from nagornyi/patch-1
Browse files Browse the repository at this point in the history
Set manifest_version to 3
  • Loading branch information
colmbuckley authored Jul 19, 2023
2 parents 11a5e65 + 0043b0e commit 46a94cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions ukrainian-phonetic/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
This adds a Ukrainian Phonetic keyboard layout to Chrome OS (see Ukrainian language in chrome://settings/languages).
# Ukrainian Phonetic Keyboard Layout for Chromebook / Chrome OS
Ukrainian Phonetic keyboard layout for Chromebook / Chrome OS. Same as "Ukrainian Phonetic" layout in other Linux distributions.

How to install:
1. Go to **chrome://extensions**
2. Enable **Developer mode**
2. Click on **LOAD UNPACKED**
3. Pick **ukrainian-phonetic** directory containing **manifest.json** file to load the extension
4. Logout / Login
3. Pick **ukrainianphonetic** folder containing **manifest.json** file to load the extension (make sure you store this folder on your main Chromebook drive, not on a portable flash drive)
4. Logout from Chrome OS / Login to Chrome OS
5. Head over to **chrome://settings/languages**
6. Add **Ukrainian** language if not added yet
7. Select **Ukrainian Phonetic** input method
8. Optionally, remove the default **Ukrainian keyboard** input method

7. Click on **Languages and inputs / Inputs and keyboards** in the Settings
8. Select **Ukrainian Phonetic** input method
9. Optionally you can remove the default **Ukrainian keyboard** input method (non-phonetic one) that is used by default in your Chrome OS
4 changes: 2 additions & 2 deletions ukrainian-phonetic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ limitations under the License.
*/
{
"name": "Ukrainian Phonetic",
"version": "1",
"manifest_version": 2,
"version": "1.1",
"manifest_version": 3,
"description": "Ukrainian Phonetic keyboard layout for Chrome OS",
"permissions": [
"input"
Expand Down

0 comments on commit 46a94cd

Please sign in to comment.