Business Credit Builders

Business Credit Builders

The The Business Credit Builders app is essential for small business owners to acquire business loans, offer financing to their…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Business Credit Builders",
  "version": "1.3",
  "manifest_version": 2,
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://js.stripe.com/v3 https://studio.alan.app/js/alan_frame.js https://studio.alan.app/js/alan_codec.js https://studio.alan.app/js/libopus.js; object-src 'self'"
}