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",
"manifest_version": 3,
"name": "Wonderpack",
"description": "Wonderpack",
"version": "1.0.0.16",
"version_name": "1.0.0.16",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhitANrViLteOjd4c5GsykzlIz0\/7MWuIdgsmA05kmt81n6rjCX1m9nmPQJAubhHQoNtu+A8N9hPO7hxNmzWmtlFYSWR5PtkRDuA6we5wkjVv7bLTnvrTPM4S6LoyF64vS0XGYfE7bMtDtht8xNv5duu5ZAFNC7HvxgioJ59pVW63VcCVX\/2HpmLHEO5nQzRpmGyE46PQx1LZo097olp9mDTgmkGucoht4\/LHDI29uec7Gg0WDAYXBL7X0MwK77FLI7Wfnl\/ZUGpvgda2\/jt7VdJgiquCOmSSjCZGKgdsyCPHh\/UgphQtHPawrzAF8RZx+OFRkfKiO78nZEek2ph4WQIDAQAB",
"icons": {
"120": "images\/wonderpack.png"
},
"permissions": [
"webRequest",
"webNavigation",
"background",
"notifications",
"storage",
"identity"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "index.html",
"default_icon": "images\/wonderpack.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-ab78926a.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/index.js-loader-6af234c8.js"
],
"matches": [
"https:\/\/*.google.com\/search*",
"https:\/\/*.google.ca\/search*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"pages\/oauth.html"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/Stack-b81d9fe6.js",
"assets\/_commonjsHelpers-042e6b4d.js",
"assets\/index.tsx-7195695f.js"
],
"use_dynamic_url": true
},
{
"matches": [
"https:\/\/*.google.ca\/*",
"https:\/\/*.google.com\/*"
],
"resources": [
"assets\/index.js-361d5d68.js"
],
"use_dynamic_url": true
}
],
"oauth2": {
"client_id": "439849888466-33ns488n8bbf556k5jkkdkbqskimrpvo.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"openid"
]
}
}