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",
"name": "fusejist",
"short_name": "fusejist",
"description": "\u4e0d\u5feb\u305d\u3046\u306a\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4f0f\u305b\u5b57\u306b\u3057\u307e\u3059",
"version": "0.0.1",
"manifest_version": 2,
"icons": [],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.yahoo.co.jp\/*",
"https:\/\/yahoo.co.jp\/*"
],
"js": [
"main.js"
]
}
]
}