Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Insight - Track and Optimize Your Time Online",
"short_name": "Insight",
"description": "Know how you spend your time online. Insight by Freedom tracks the time you spend on websites, so you can improve your habits.",
"version": "1.0.0",
"icons": {
"16": "images\/tracker_icon_16.png",
"19": "images\/tracker_icon_19.png",
"32": "images\/tracker_icon_32.png",
"38": "images\/tracker_icon_76.png",
"48": "images\/tracker_icon_48.png",
"128": "images\/tracker_icon_128.png"
},
"action": {
"default_title": "Insight Report",
"default_popup": "html\/menu.html",
"default_icon": {
"16": "images\/tracker_icon_16.png",
"19": "images\/tracker_icon_19.png",
"32": "images\/tracker_icon_32.png",
"38": "images\/tracker_icon_76.png",
"48": "images\/tracker_icon_48.png",
"128": "images\/tracker_icon_128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"html\/*",
"images\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"tabs",
"storage",
"idle",
"alarms"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"js": [
"\/js\/content_script.js"
]
}
]
}