Inspect and view changes in Payroll Pal 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",
"short_name": "Payroll Pal",
"name": "Payroll Pal",
"version": "1.01",
"description": "Hourly and Minute Calculator by week to assist with Payroll",
"manifest_version": 3,
"author": "Louis Lam",
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"permissions": [],
"action": {
"default_icon": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"default_popup": "index.html",
"default_title": "Payroll Pal"
}
}