Narwhal Firefox

Examine source code of Narwhal

By: matlsn
Inspect and view changes in Narwhal source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Narwhal",
  "version": "0.1.0",
  "background": {
    "scripts": [
      "src/base/bg.js"
    ],
    "persistent": true
  },
  "browser_action": {},
  "content_scripts": [
    {
      "js": [
        "src/modifications/recipe.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "description": "Narwhal is an extension for skipping lengthy recipe blog introductions.",
  "icons": {
    "16": "resources/icon16.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  },
  "homepage_url": "https://github.com/mn6/narwhal",
  "permissions": [
    "*://*/*",
    "activeTab"
  ]
}

Best Narwhal Alternatives

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