Signspaces - Sign Language Learning

Signspaces - Sign Language Learning

Learn American Sign Language while browsing the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Signspaces - Sign Language Learning",
  "description": "Learn American Sign Language while browsing the web.",
  "manifest_version": 3,
  "icons": {
    "128": "/img/logo.png"
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "action": {
    "default_icon": "/img/logo.png",
    "default_popup": "/pages/popup/index.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "exclude_matches": [
        "http://localhost/*"
      ],
      "js": [
        "/js/content.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "extension_ids": []
    }
  ],
  "version": "1.3.0.6",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApnnngeeNtay9MyoWg5ZLw8nauvQM6uPKsEsDIV2sIbyHhdBaS9J6e+rCLTa5Fo3nQt7F4bTl3ZuKGkw00t8YveWwXFdkTw1CTFMioJcvWCm/Clq+BnT8f+JpeBhq24UUT8QHyRqVlQKZYMqFmCbY5rzo49NMX8ybybRUZuVc5TihLLyERl9GZyZdzKVqdoikoFO6doFXwGRDzLqluDg+iY7tOLsEUBDHg1+uXbb2VhR06waagVQnsYDL5e0QbG+kcHaeaZ7+03rqwd0Vi7wehskosjHFshWmfsw4seTU9j24EcUf08gJLc4ffjeQvj+KZ/X11XQ4ssi+nsB9eTvrFwIDAQAB"
}