Auto Linguo

Auto Linguo

Learn new languages everyday

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Auto Linguo",
  "short_name": "Auto Linguo",
  "description": "Learn new languages everyday",
  "version": "1.0.3",
  "homepage_url": "https://autolinguo.com/",
  "icons": {
    "128": "logo.png"
  },
  "web_accessible_resources": [
    "/*"
  ],
  "permissions": [
    "identity",
    "storage",
    "unlimitedStorage",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "react-app/build/index.html"
  },
  "browser_action": {
    "default_title": "Auto Linguo"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://code.jquery.com https://cdnjs.cloudflare.com https://stackpath.bootstrapcdn.com;",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCACtwxw93AYQvtp+ONQ7Ikcs+r+ndp4wWPYqXKjiTBqUzCdW55DvCad6CoUSlDmTz9Ab+RN0zpFZxo2f2OLSxsqE3qliVLWTcdTMJYw+p/GLxEW9HdYTl2HlN3W6ei5JE1igwwvCpWi65nmLss9SCr8rAgkK+fSZc3eH8NcQPSuiTi+uxS/22pMWXmsFx0B1V/4j9RnfxC3bGHdpMsAnTiqIplgAPyCOXWCVw2nPpqVwgKhv3u25VXEI5n75M03tzSEKPrGPN1+X2o6kb8jVlyemLlRCDdGP95fOfD41aM5BDPZciyEkF06VuMMFlzx0uR39+Os9XaAwr6Xf6cPxwIDAQAB"
}