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": "L.O.C",
"short_name": "L.O.C",
"author": "LOC",
"description": "L.O.C is a collection of automation tools.",
"version": "40.4",
"icons": {
"16": "favicon.png",
"48": "favicon.png",
"128": "favicon.png"
},
"action": {
"default_icon": {
"16": "favicon.png",
"24": "favicon.png",
"32": "favicon.png"
},
"default_title": "L.O.C"
},
"background": {
"service_worker": "background.min.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"notifications",
"cookies",
"storage",
"unlimitedStorage",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/*.messenger.com\/*",
"https:\/\/*.facebook.com\/*",
"https:\/\/loc.dev\/*",
"https:\/\/lnmai.com\/*",
"https:\/\/mtfb.lnmai.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/loc.dev\/*",
"https:\/\/lnmai.com\/*",
"https:\/\/mtfb.lnmai.com\/*"
]
}
}