A Free extension that Calculates Loan EMI based on the user inputed data.
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",
"manifest_version": 2,
"name": "BricksYard Loan EMI Calculator",
"description": "A Free extension that Calculates Loan EMI based on the user inputed data.",
"version": "0.0.1.2",
"browser_action": {
"default_icon": "favicon.ico",
"default_popup": "calculator.html"
},
"permissions": [
"activeTab",
"https://ajax.googleapis.com/"
],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}