Inspect and view changes in jisho-pitcher 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
{
"manifest_version": 2,
"name": "jisho-pitcher",
"version": "1.7",
"description": "Adds pitch accent information to entries in the online Japanese-English Dictionary at jisho.org",
"icons": {
"48": "icons/border-48.png",
"96": "icons/border-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{61dff19a-4460-42de-9825-1ed4f0813091}"
}
},
"content_scripts": [
{
"matches": [
"*://*.jisho.org/*"
],
"js": [
"jisho_pitcher.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}