Recettes Cooking

Boostez votre recherche avec nos résultats
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/acc_portail.js"
      ],
      "matches": [
        "*://*.amandinecooking.com/*",
        "*://*.audreycuisine.fr/*",
        "*://*.hervecuisine.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/recettes.css"
      ],
      "js": [
        "js/recettes.js"
      ],
      "matches": [
        "https://www.google.com/*",
        "https://www.google.fr/*",
        "https://www.google.be/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Boostez votre recherche avec nos résultats",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "manifest_version": 2,
  "name": "Recettes Cooking",
  "permissions": [
    "activeTab",
    "storage",
    "*://*/"
  ],
  "version": "1.0.0.3"
}