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": "1.0.3",
"default_locale": "ja",
"homepage_url": "https:\/\/dev-tools-hub.xyz\/extensions\/bukken-scouter-purchase",
"description": "__MSG_extDescription__",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"alarms",
"sidePanel"
],
"host_permissions": [
"https:\/\/suumo.jp\/*"
],
"action": {
"default_icon": {
"16": "icons\/home-icon-16.png",
"48": "icons\/home-icon-48.png",
"128": "icons\/home-icon-128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/suumo.jp\/ms\/*",
"https:\/\/suumo.jp\/chukomansion\/*",
"https:\/\/suumo.jp\/ikkodate\/*",
"https:\/\/suumo.jp\/chukoikkodate\/*",
"https:\/\/suumo.jp\/jj\/bukken\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"models\/*",
"chunks\/*"
],
"matches": [
"https:\/\/suumo.jp\/*"
]
}
],
"icons": {
"16": "icons\/home-icon-16.png",
"48": "icons\/home-icon-48.png",
"128": "icons\/home-icon-128.png"
}
}