Inspect and view changes in Mastodon no more 中華フォント 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",
"name": "Mastodon no more 中華フォント",
"version": "0.0.1",
"manifest_version": 2,
"description": "Mastodon no more 中華フォント",
"icons": {
"16": "./img/icon16.png",
"48": "./img/icon48.png",
"128": "./img/icon128.png"
},
"content_scripts": [
{
"matches": [
"https://*/*"
],
"js": [
"index.js"
]
}
]
}