Quick Recipe Saver Firefox

Examine source code of Quick Recipe Saver

By: ThuyNhu
Inspect and view changes in Quick Recipe Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "sidebar.html",
    "sidebar.js",
    "sidebar.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5c30a332-aa24-48e9-91fb-6c57b8a5c951}"
    }
  }
}

Best Quick Recipe Saver Alternatives

Here are some Firefox add-ons that are similar to Quick Recipe Saver: