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": "Upperhunt - Assistant for Product Hunt",
"description": "Dark mode, analytics, add LinkedIn friends. Next release: add \ud835\udd4f followers, DM for PH.",
"version": "1.1.6",
"action": {
"default_icon": {
"16": "images\/icon-offline-16.png",
"32": "images\/icon-offline-32.png",
"48": "images\/icon-offline-48.png",
"128": "images\/icon-offline-128.png"
},
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"js": [
"content\/scripts\/lib\/luxon.min.js",
"content\/scripts\/lib\/constants.js",
"content\/scripts\/lib\/utils.js",
"content\/scripts\/lib\/hh.js",
"content\/scripts\/producthunt\/dark_mode\/dark_mode.js",
"content\/scripts\/producthunt\/dark_mode\/dark_mode_store.js",
"content\/scripts\/producthunt\/whole_site\/authorization_result.js",
"content\/scripts\/producthunt\/whole_site\/authorization_store.js",
"content\/scripts\/producthunt\/whole_site\/linkedin_link_store.js",
"content\/scripts\/producthunt\/whole_site\/linkedin_links_decorator.js",
"content\/scripts\/producthunt\/whole_site\/social_connect_updater.js",
"content\/scripts\/producthunt\/whole_site\/streak_visit_updater.js",
"content\/scripts\/producthunt\/whole_site\/profile_view_updater.js",
"content\/scripts\/producthunt\/whole_site\/activity_stats_updater.js",
"content\/scripts\/producthunt\/whole_site\/upperhunt_announcement.js",
"content\/scripts\/producthunt\/whole_site\/index.js",
"content\/scripts\/linkedin\/profile\/index.js",
"content\/scripts\/message_listener.js"
],
"css": [
"content\/styles\/all.css"
],
"matches": [
"https:\/\/*.producthunt.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/*.upperhunt.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"permissions": [
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/*.producthunt.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/*.upperhunt.com\/*"
]
}