WebExtension.net
WebExtension.net

Recipe Manager

View on Chrome Web Store
View Recipe Manager Chrome Extension on Chrome Web Store
0.0 (0 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Helps you manage your recipes, so you don't ever make the same bad thing twice!
Type
Extension
Users
20 users
1
Owen Oertell & Avaye Dawadi
View author page of Owen Oertell & Avaye Dawadi
Published
Published on May 1, 2020
Version 1.0.1
Manifest version
2
Updated
Updated on May 11, 2020
View on Chrome Web Store
View Recipe Manager Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recipe Manager",
    "manifest_version": 2,
    "version": "1.0.1",
    "description": "Helps you manage your recipes, so you don't ever make the same bad thing twice!",
    "icons": {
        "16": "spoon16.png",
        "48": "spoon48.png",
        "128": "spoon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "<all_urls>",
        "tabs",
        "storage",
        "activeTab",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "spoon.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top