Inspect and view changes in Shuriken: Tasks manager for Invoice Ninja 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": "Shuriken: Tasks manager for Invoice Ninja",
"description": "Open-source alternative for the official Invoice Ninja: Tasks Chrome extension",
"version": "0.0.8",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"96": "icon-96.png",
"128": "icon-128.png"
},
"permissions": [
"sidePanel"
],
"action": {
"default_title": "Click to open panel"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "Ctrl+I",
"windows": "Ctrl+I"
}
}
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
}
}