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": "LockedIn",
"version": "0.2.0",
"description": "Stay focused on tasks",
"permissions": [
"storage",
"notifications"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "Images\/LockedIn - Icon.png",
"48": "Images\/LockedIn - Icon.png",
"128": "Images\/LockedIn - Icon.png"
},
"action": {
"default_icon": {
"16": "Images\/LockedIn - Icon.png",
"48": "Images\/LockedIn - Icon.png",
"128": "Images\/LockedIn - Icon.png"
},
"default_title": "LockedIn",
"default_popup": "popup\/popup.html"
},
"manifest_version": 3
}