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": "2.0.1",
"default_locale": "ja",
"homepage_url": "https:\/\/dev-tools-hub.xyz\/extensions\/rakuten-sellers-analytics",
"description": "__MSG_extDescription__",
"permissions": [
"storage",
"sidePanel",
"alarms"
],
"host_permissions": [
"https:\/\/app.rakuten.co.jp\/*",
"https:\/\/search.rakuten.co.jp\/*",
"https:\/\/*.supabase.co\/*",
"https:\/\/extensionpay.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"src\/lib\/ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"side_panel": {
"default_path": "src\/sidepanel\/sidepanel.html"
},
"options_page": "src\/options\/options.html",
"background": {
"service_worker": "src\/background\/service-worker.js"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
}