Surfer for Google Docs

Surfer for Google Docs

Write using Surfer Guidelines directly in Google Docs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Surfer for Google Docs",
  "version": "1.2.3",
  "minimum_chrome_version": "102",
  "description": "Write using Surfer Guidelines directly in Google Docs",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab",
    "declarativeContent",
    "scripting",
    "cookies"
  ],
  "host_permissions": [
    "https://docs.google.com/document/d/*/edit",
    "https://app.surferseo.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "lib/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "icons": {
    "128": "images/icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "https://app.surferseo.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/document/d/*/edit"
      ],
      "js": [
        "content-scripts/google-doc/google-doc.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background/service-worker.js"
  },
  "action": {
    "default_icon": {
      "128": "images/icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuB0S5UU8NDCIRnAmkN2dneVTzVxbOnmcl3CBkRwRN22an66Be1ETA768HyeFt+oGbExyhtmFXaB1LD05WbKixX7kgpi6L5cBhForOFRh9J4qyOIB7eTQWpbu3TiYPQzxon04injViGla423vrtulD6DW5opUULhgjpUPsgvqckTBto5ohAJ9MImd6kjTMpo3zgw/TqXrMFCvtWRdgC7+iJB6BnZ9ru295F2aEVL1FCN75ef1QYfUfyWFgMarU8rGYIxASrSGyIN/CKWGTLyZ3t0WNiQViYrMFlDbhKKuchGWVg8trBwtGAK4NVOiY1JSG2E0rbdbCeOUKmpyAUH+nQIDAQAB"
}