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": "טודואיסט בעברית",
"version": "0.0.3",
"description": "גורם לטקסט מעורב עברית/אנגלית להיראות בסדר הנכון באתר טודואיסט",
"action": {
"default_title": "טודואיסט בעברית",
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png"
}
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https://*.todoist.com/*"
]
}
]
}