Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"manifest_version": 3,
"name": "ZazzleHunt",
"version": "8.0.0",
"description": "Chrome Extension for Zazzle Marketplace",
"icons": {
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"action": {
"default_icon": {
"48": "images\/icon.png",
"128": "images\/icon.png"
},
"default_popup": "index.html",
"default_title": "ZazzleHunt"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsBoELWJMVzFb\/2PYS9156ozLdStVOzQIaZrcYCZ7U654ek3xDzj5tThx21RqpW6cHaHpR21hGmkAfd0mz8TIkasz8ZdnsbnFE3j2LvvmhHaraaaFN6w1T6ddYvGT8yHKlqMTd9bahxwUPGHvLRTQTjKOV+aVTRW\/sF0EcjdbBM0JSPYdsEXz0PBQX0wgIJSSilouxyGJ6ZG0X3jqjHOC6Xklsjm7kafM\/S61M5ulUddFDzdOhPZUKZ9JIspeE0paW3HAz9F5ZxFfTUDFQMpnqe6DeRj8dvNFdQ+nJQh0YyHYdB2ZaZ8L5\/mCWS\/b7OE+U9IqdxfGvu6AKXCODltyyQIDAQAB",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"https:\/\/zazzlehunt.com\/*",
"https:\/\/app.zazzlehunt.com\/*"
],
"oauth2": {
"client_id": "856587473742-35ekv8hmr9pi4dlq11mhtq6j9scoe2i7.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"options_page": "options.html",
"permissions": [
"identity",
"identity.email",
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.zazzle.com\/*"
],
"resources": [
"*"
]
}
]
}