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",
"name": "eheh \u2014 New Tab with Reddit, Twitch, ChatGPT, YouTube",
"version": "1.0.7",
"manifest_version": 3,
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
"16": "icons\/16_8.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"permissions": [
"storage",
"topSites",
"activeTab",
"history"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"host_permissions": [
"https:\/\/*\/"
],
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"index.js"
],
"css": [
"styles_frame.css"
],
"all_frames": false
}
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAohUdVlRSr7ii1e8ookI8cEAWxSHu2oFV+4dpwCv4yZoC89+qnwbXFE8KLtMOtMxYvOKVjR654XAxFo4zaDxJyJvUkpFVJ+WxcQYkVSjxiCyvEq2eIDDvOj3urL+Uj9G+jPUVwKMy4+sE8cUOp5K93GaLO\/C6YLvq\/gRVO6G5kroqtNEBOlpz8od2Sjb2KZF4KoScLb28XFxEv3WfSphKq6h+B\/7kJpkY3kiWowG+Y9t3RG\/MIz03WrV+OnxRf2waMK8Q9ED4dURv\/FGK\/qw5sF3w\/MDmkjytm0zGgyJNb3BxdkG7lakmInMl3q8nODHJfNsyO9VEkTwRpI3VBxUT5QIDAQAB"
}