Inspect and view changes in miniCRM - Prosty CRM online dla małych firm 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": "miniCRM - Prosty CRM online dla małych firm",
"short_name": "miniCRM",
"description": "Plugin pozwalający szybko włączać aplikację miniCRM - Prosty CRM online dla małych i średnich firm o wielkich możliwościach.",
"homepage_url": "https://minicrm.pl/",
"version": "1.21",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"app": {
"urls": [
"https://minicrm.pl/my-accounts/?utm_source=chrome&utm_medium=app_button&utm_campaign=chrome"
],
"launch": {
"web_url": "https://minicrm.pl/my-accounts/?utm_source=chrome&utm_medium=app_button&utm_campaign=chrome"
}
}
}