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",
"name": "מלםשכר מחשבון שכר - הרחבה",
"version": "1.0.1",
"manifest_version": 2,
"description": "התוסף מוסיף שורת סיכום למחשבון שכר של מלםשכר הכוללת סכום כולל של תשלומי מיסים וסיציאליים",
"homepage_url": "https://github.com/alexpov/payroll-calculator-chrome-extension",
"author": "alexpov",
"icons": {
"64": "assets/icons/icon_64.png"
},
"incognito": "split",
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"css": [
"assets/css/content.css"
],
"matches": [
"*://calc.malam-payroll.com/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"assets/*"
]
}