Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Santali Keyboard",
"version": "1.0.1",
"description": "Santali phonetic keyboard",
"author": "Lenin Hasda <[email protected]>",
"icons": {
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_title": "Santali Keyboard",
"default_icon": {
"48": "images\/icon-48-dim.png",
"128": "images\/icon-128-dim.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [],
"run_at": "document_end",
"all_frames": true
}
]
}