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": "\u30e8\u30c9\u30d0\u30b7.com\u306e\u300c\u5728\u5eab\u306a\u3057\u300d\u5546\u54c1\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u3059\u308b",
"description": "\u30e8\u30c9\u30d0\u30b7.com\u306e\u300c\u5728\u5eab\u306a\u3057\u300d\u5546\u54c1\u3092\u5206\u304b\u308a\u3084\u3059\u304f\u3059\u308b",
"version": "0.0.6",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"38": "icon\/38.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"default_locale": "ja",
"permissions": [
"storage",
"unlimitedStorage"
],
"action": [],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.yodobashi.com\/*"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}