Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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\/*" ] } ] }