L.O.C

L.O.C

L.O.C is a collection of automation tools.

Additional files are visible only to premium users

manifest.json


{
  "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": "39.9991",
  "icons": {
    "16": "static/favicon.png",
    "48": "static/favicon.png",
    "128": "static/favicon.png"
  },
  "action": {
    "default_icon": {
      "16": "static/favicon.png",
      "24": "static/favicon.png",
      "32": "static/favicon.png"
    },
    "default_title": "L.O.C"
  },
  "background": {
    "service_worker": "scripts/background.min.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "alarms",
    "notifications",
    "cookies",
    "storage",
    "unlimitedStorage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://*.messenger.com/*",
    "https://*.facebook.com/*",
    "https://mtfb.lnmai.com/*"
  ]
}