{ "name": "Dhivehi Phonetic", "version": "1.0", "manifest_version": 2, "description": "Dhivehi Phonetic Keyboard - for ChromeOS", "background": { "scripts": ["background.js"] }, "permissions": [ "input" ], "input_components": [ { "name": "Dhivehi Phonetic", "type": "ime", "id": "dhivehi_phonetic_keyboard", "description": "Dhivehi Phonetic Keyboard - Maldives", // user visible description "language": "he", // The primary language this IME is used for "layouts": ["mv"] // The supported keyboard layouts for this IME } ] }