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": "__MSG_extName__",
"version": "26.0212.0558",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/konmari-prog.github.io\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/furoku.github.io\/*",
"https:\/\/note.com\/*",
"https:\/\/put.dezalink.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/konmari-prog.github.io\/konmariprompt\/"
],
"js": [
"scripts\/source-config.js",
"scripts\/source-handler.js"
],
"css": [
"styles\/source-inject.css"
]
},
{
"matches": [
"https:\/\/gemini.google.com\/*"
],
"js": [
"scripts\/source-config.js",
"scripts\/gemini-handler.js"
],
"css": [
"styles\/gemini-inject.css"
]
},
{
"matches": [
"https:\/\/furoku.github.io\/bananaX\/*"
],
"js": [
"scripts\/source-config.js",
"scripts\/banana-source-handler.js"
]
},
{
"matches": [
"https:\/\/note.com\/*"
],
"js": [
"scripts\/source-config.js",
"scripts\/note-source-handler.js"
],
"css": [
"styles\/source-inject.css"
]
},
{
"matches": [
"https:\/\/put.dezalink.com\/*"
],
"js": [
"scripts\/source-config.js",
"scripts\/dezalink-source-handler.js"
]
}
]
}