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": "Control for Instagram",
"version": "1.1",
"description": "Lets you take control of your time by limiting Instagram features",
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*"
],
"icons": {
"128": "icons\/control_simple.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/control.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"css\/reddit\/main_page.css",
"css\/reddit\/subreddits.css",
"css\/reddit\/leftsidebar.css",
"css\/reddit\/notifications.css",
"css\/reddit\/trending.css",
"css\/reddit\/grayscale.css"
],
"matches": [
"*:\/\/*.instagram.com\/*"
]
}
]
}