WebExtension.net
WebExtension.net

Sizzle: Shop Recipes!

View on Chrome Web Store
View Sizzle: Shop Recipes! Chrome Extension on Chrome Web Store
5.0 (16 ratings)

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

Shop and save ingredients from any recipe website on the internet, checkout with top grocery services
Type
Extension
Users
48 users
1
Sizzle: Shop Recipes!
View author page of Sizzle: Shop Recipes!
Published
Published on May 17, 2024
Version 2.0.1
Manifest version
3
Updated
Updated on June 11, 2024
View on Chrome Web Store
View Sizzle: Shop Recipes! 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",
    "version": "2.0.1",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq4SVDy8UWTuBGitH04nlR\/OVAVp5hBnDTj1Y\/59TBppipBh5qVQozlKCotzNDC+L+ei0yhtAwyn7g97HmWF7lXDaAx2qA3IyOoahoCIJ+2uMBKDmA\/wbo5smwoH00BkkizFn9AqfbpQAxPIbrmWAEubHZEICpykKWg8CsKwwWTMhl5YnXuO6YnWkpaTwhaYT5Km\/9wtcU6T5VK23+9IliLr1slxGjo0tHMVCBZnM+lT89hTi84E7f5nDZkaAllkDyZmbdKAeyuPplIhbJKQSPwwKmZXtwscTpjhg22x7SgJnlI78NvFKV8LXS0UFDYk66oCQxTJfmJnGJGLDbZEN0wIDAQAB",
    "name": "Sizzle: Shop Recipes!",
    "description": "Shop and save ingredients from any recipe website on the internet, checkout with top grocery services",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "js\/index.html",
        "default_title": "Sizzle: Shop Recipes!",
        "default_icon": {
            "16": "icons\/logo-light-active-162.png",
            "48": "icons\/logo-light-active-322.png",
            "128": "icons\/logo-light-active-128.png"
        }
    },
    "icons": {
        "16": "icons\/logo-light-active-162.png",
        "48": "icons\/logo-light-active-322.png",
        "128": "icons\/logo-light-active-128.png"
    },
    "oauth2": {
        "client_id": "1066392591043-um2t25qv7i6jttp1rvf75gbfstg42mk7.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "\/assets\/*"
            ]
        }
    ]
}
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