Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_appName__",
"version": "1.0.9",
"description": "__MSG_appDesc__",
"author": "Vadym Trebushnyi(CepeshRC)",
"icons": {
"16": "img\/icon\/icon16.png",
"32": "img\/icon\/icon32.png",
"48": "img\/icon\/icon48.png",
"128": "img\/icon\/icon128.png"
},
"permissions": [
"scripting",
"storage",
"webNavigation",
"contextMenus",
"alarms",
"notifications",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>",
"https:\/\/pub-dd844a369a2f4334a1360f4a9ef21db5.r2.dev\/*"
],
"action": {
"default_icon": {
"16": "img\/icon\/icon16.png",
"32": "img\/icon\/icon32.png"
},
"default_popup": "popups\/popup.html"
},
"background": {
"service_worker": "lumujiscript.js"
},
"options_page": "options\/options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"lumuji.css",
"css\/shimeji.css"
],
"js": [
"lumuji.js",
"engine\/shimeji\/shimeji.js",
"engine\/shimeji\/behaviors.js",
"engine\/shimeji\/actions.js",
"engine\/shimeji\/spawner.js"
]
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/vendor\/*",
"assets\/data\/kaomoji.json",
"success\/*",
"options\/add_shimeji.html",
"welcome\/*"
],
"matches": [
"<all_urls>"
]
}
]
}