Rezepthos

Rezepthos

Rezepthos is the ultimative app to collect your favorite recipes from all over the web and print. You can take them now everywhere and send them to your friends with ease. With this extension, you can now import recipes into Rezepthos even easier.

Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "Rezepthos",
  "version": "0.0.6",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "page_action": {
    "default_icon": "icon-19.png",
    "default_title": "Rezepthos importer"
  },
  "content_scripts": [
    {
      "matches": [
        "*://rezepthos.com/*"
      ],
      "js": [
        "token.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "contextMenus",
    "notifications"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}