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",
"description": "__MSG_extDescription__",
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/*.yahoo.co.jp\/*",
"https:\/\/extensionpay.com\/*"
],
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-DJmVRqnH.js"
],
"matches": [
"https:\/\/news.yahoo.co.jp\/*",
"https:\/\/www.yahoo.co.jp\/*",
"https:\/\/sports.yahoo.co.jp\/*",
"https:\/\/finance.yahoo.co.jp\/*"
],
"css": [
"content.css"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "src\/assets\/icons\/filter-icon-16.png",
"32": "src\/assets\/icons\/filter-icon-32.png",
"48": "src\/assets\/icons\/filter-icon-48.png",
"128": "src\/assets\/icons\/filter-icon-128.png"
}
},
"options_page": "src\/options\/index.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "src\/assets\/icons\/filter-icon-16.png",
"32": "src\/assets\/icons\/filter-icon-32.png",
"48": "src\/assets\/icons\/filter-icon-48.png",
"128": "src\/assets\/icons\/filter-icon-128.png"
},
"default_locale": "ja",
"web_accessible_resources": [
{
"matches": [
"https:\/\/finance.yahoo.co.jp\/*",
"https:\/\/news.yahoo.co.jp\/*",
"https:\/\/sports.yahoo.co.jp\/*",
"https:\/\/www.yahoo.co.jp\/*"
],
"resources": [
"assets\/storage-DiYg61J2.js",
"assets\/usageTracker-DsdKdKLI.js",
"assets\/index.ts-C_KueHL6.js"
],
"use_dynamic_url": false
}
]
}