Pouch Firefox

Examine source code of Pouch

Inspect and view changes in Pouch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_name__",
  "author": "Global Savings Group",
  "version": "8.2.1",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "static/16x16-active.png",
    "48": "static/48x48-active.png",
    "128": "static/128x128-active.png"
  },
  "browser_action": {
    "default_icon": "static/128x128-inactive.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "dist/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "static/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c9aa7cd-0b7a-4618-a6c5-42b0ad013d16}"
    }
  },
  "options_ui": {
    "page": "static/options/index.html"
  }
}

Best Pouch Alternatives

Here are some Firefox add-ons that are similar to Pouch: