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",
"name": "Dev Emoji Keyboard",
"description": "Dev Emoji keyboard.",
"version": "0.7.0",
"manifest_version": 3,
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"inj-content-script.css",
"icon.png"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_title": "Emoji Dev Keyboard.",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"inj-content-script.js",
"content-script.js"
],
"css": []
}
],
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"permissions": [
"scripting",
"tabs",
"storage"
]
}