1Page

1Page

1Page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "1Page",
  "description": "1Page",
  "version": "1.0.0",
  "host_permissions": [
    "https://*.linkedin.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "exclude_matches": [
        "https://app.get1page.com/*",
        "https://www.office.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "https://app.get1page.com/*"
    ]
  },
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus",
    "scripting",
    "webNavigation"
  ],
  "icons": {
    "48": "1page.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "index.html",
        "contact.html",
        "entity.html",
        "flip.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}