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
{
"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"
},
"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/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}