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": "Hyranse",
"version": "1.0.0",
"description": "Hyranse",
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "128.jpg"
}
},
"icons": {
"128": "128.jpg"
},
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/159.195.72.151:30080\/*",
"https:\/\/www.linkedin.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"https:\/\/www.linkedin.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
]
}