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",
"icons": {
"16": "icon16.plasmo.f58704f6.png",
"32": "icon32.plasmo.c2d2aa82.png",
"48": "icon48.plasmo.8db365f9.png",
"64": "icon64.plasmo.a671a8cd.png",
"128": "icon128.plasmo.f86e3ae6.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.f58704f6.png",
"32": "icon32.plasmo.c2d2aa82.png",
"48": "icon48.plasmo.8db365f9.png",
"64": "icon64.plasmo.a671a8cd.png",
"128": "icon128.plasmo.f86e3ae6.png"
},
"default_popup": "popup.html"
},
"version": "0.0.11",
"author": "Thang Nguyen <[email protected]>",
"name": "Locked In",
"description": "Get Locked in. Stay focus. Block out distraction",
"background": {
"service_worker": "static\/background\/index.js"
},
"permissions": [
"storage",
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/getlockedin-web.vercel.app\/blocked\/*",
"https:\/\/getlockedin.thangnguyen.me\/blocked\/*",
"http:\/\/localhost:3000\/blocked\/*"
],
"js": [
"blocked.a93675da.js"
],
"css": []
},
{
"matches": [
"https:\/\/getlockedin-web.vercel.app\/dashboard",
"https:\/\/getlockedin.thangnguyen.me\/dashboard",
"http:\/\/localhost:3000\/dashboard"
],
"js": [
"dashboard.4f4c4852.js"
],
"css": []
}
],
"host_permissions": [],
"web_accessible_resources": [
{
"matches": [
"https:\/\/getlockedin-web.vercel.app\/*",
"https:\/\/getlockedin.thangnguyen.me\/*",
"http:\/\/localhost:3000\/*"
],
"resources": [
"blocked.5f52c3dc.css"
]
},
{
"matches": [
"https:\/\/getlockedin-web.vercel.app\/*",
"https:\/\/getlockedin.thangnguyen.me\/*",
"http:\/\/localhost:3000\/*"
],
"resources": [
"blocked.5f52c3dc.css"
]
}
]
}