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": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.1.2.0",
"version_name": "1.1.2",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_popup": "src\/popup\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.js-loader-CkM7qda_.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end",
"css": [
"assets\/index-7_hDKSMB.css"
]
}
],
"options_page": "src\/options\/index.html",
"options_ui": {
"page": "src\/options\/index.html",
"open_in_tab": true
},
"offline_enabled": true,
"host_permissions": [
"*:\/\/*.instagram.com\/*"
],
"permissions": [
"cookies",
"storage",
"unlimitedStorage"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"src\/content-script\/index.js",
"assets\/index.js-jbWv8fLk.js"
],
"use_dynamic_url": false
}
],
"icons": {
"128": "src\/assets\/logo_128.png"
}
}