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,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "1.0.1",
"description": "__MSG_extDescription__",
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_uiTitle__",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"permissions": [
"downloads",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/www.instagram.com\/*",
"https:\/\/i.instagram.com\/*",
"https:\/\/extensionpay.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"inpage.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
]
}
]
}