Cashbe Firefox

Examine source code of Cashbe

Inspect and view changes in Cashbe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Cashbe",
  "short_name": "Cashbe",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Cashbe",
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_popup": "popup.html",
    "default_title": "Cashbe"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "troywell@mozac.com"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "activeTab",
    "nativeMessaging"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/vendors.js",
        "content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "*.css",
    "*.png"
  ],
  "background": {
    "scripts": [
      "vendors/vendors.js",
      "bg/bg.js"
    ],
    "persistent": false
  }
}

Mejores alternativas Cashbe

Aquí hay algunas Firefox add-ons que son similares a Cashbe: