Cart Sharing with Notes Firefox

Examine source code of Cart Sharing with Notes

Inspect and view changes in Cart Sharing with Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": "/images/sac-16.png",
    "default_title": "__MSG_extensionName__"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0205313-ac0b-5d2f-3b03-f350205f9bb3}"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/sac.js"
      ],
      "matches": [
        "https://*.share-a-cart.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "__MSG_appDesc__",
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "16": "/images/sac-16.png",
    "64": "/images/sac-64.png",
    "128": "/images/sac-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_ui": {
    "open_in_tab": true,
    "page": "/options_page.html"
  },
  "permissions": [
    "alarms",
    "clipboardWrite",
    "storage",
    "unlimitedStorage",
    "tabs",
    "cookies",
    "activeTab",
    "scripting"
  ],
  "version": "3.0.6",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/images/*"
      ]
    }
  ]
}

Best Cart Sharing with Notes Alternatives

Here are some Firefox add-ons that are similar to Cart Sharing with Notes: