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": "Hunter game",
"description": "Create instagram leads effortlessly letting the extension do the hard work for you.",
"version": "1.2.0",
"permissions": [
"tabs",
"storage",
"windows",
"identity",
"clipboardWrite",
"clipboardRead"
],
"action": {
"default_popup": "huntergame\/dist\/index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"host_permissions": [
"https:\/\/d296jv5vqn0s2y.cloudfront.net\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}