Inspect and view changes in サイトの色を確認 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "サイトの色を確認",
"description": "サイトの色(カラーコード)を知ることができます。",
"version": "1.0.2",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"content_scripts": [
{
"js": [
"assets/main.ts-loader-C9J4j0J_.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"css": [
"assets/main-CnJv2VqV.css"
]
}
],
"action": {
"default_popup": "src/popup/index.html"
},
"web_accessible_resources": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"resources": [
"assets/van-DrNSXhT-.js",
"assets/main.ts-DKr9HxZ_.js"
],
"use_dynamic_url": false
}
]
}