GlobalLink Snapshot

GlobalLink Snapshot

GlobalLink Snapshot for Web Pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GlobalLink Snapshot",
  "version": "2.3.10",
  "description": "GlobalLink Snapshot for Web Pages",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "http://dev.onelink-preview.com/*",
      "https://dev.onelink-preview.com/*",
      "http://api.onelink-preview.com/*",
      "https://api.onelink-preview.com/*",
      "http://rc.onelink-translations.com/*",
      "https://rc.onelink-translations.com/*",
      "http://api.onelink-translations.com/*",
      "https://api.onelink-translations.com/*",
      "http://localhost/*",
      "https://localhost/*"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/glss.min.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "GlobalLink Snapshot",
    "default_popup": "main.html",
    "default_icon": "images/GLSS-fav.png"
  },
  "icons": {
    "48": "images/GLSS-48.png",
    "128": "images/GLSS-128.png"
  },
  "manifest_version": 2
}