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": "Mokuji",
"version": "1.1.1.0",
"version_name": "1.1.1",
"description": "__MSG_description__",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"author": {
"email": "[email protected]"
},
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/mokuji\/aeblebeioepghpncicnnnfmaikmbmphj",
"permissions": [
"sidePanel",
"tabs",
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"side_panel": {
"default_path": "index.html"
},
"action": [],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}