Inspect and view changes in MyBpay Invoice App 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": "MyBpay Invoice App",
"manifest_version": 2,
"version": "1.0",
"permissions": [
"webview"
],
"app": {
"background": {
"scripts": [
"main.js"
]
}
},
"description": "MyBpay Invoice : Instant Payment Solutions With Knet, Master Card and Visa Card.",
"icons": {
"16": "logo-16x.png",
"19": "logo-19x.png",
"96": "logo-96x.png",
"128": "logo-128x.png"
},
"author": "Creativity"
}