TileAcademy Flex

TileAcademy Flex

Sign into websites with ease & add your favourites to TileAcademy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "img/icon/ta_blue_white_fill/ta_blue_white_fill_16x16.png",
    "32": "img/icon/ta_blue_white_fill/ta_blue_white_fill_32x32.png",
    "64": "img/icon/ta_blue_white_fill/ta_blue_white_fill_64x64.png",
    "128": "img/icon/ta_blue_white_fill/ta_blue_white_fill_128x128.png"
  },
  "permissions": [
    "https://*.tileacademy.com/",
    "chrome://favicon/",
    "activeTab",
    "storage",
    "webNavigation"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {
    "default_icon": {
      "16": "img/icon/ta_blue_white_fill/ta_blue_white_fill_16x16.png",
      "32": "img/icon/ta_blue_white_fill/ta_blue_white_fill_32x32.png",
      "64": "img/icon/ta_blue_white_fill/ta_blue_white_fill_64x64.png",
      "128": "img/icon/ta_blue_white_fill/ta_blue_white_fill_128x128.png"
    },
    "default_title": "TileAcademy Flex",
    "default_popup": "html/popup.html"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery.min.js",
      "js/common.js",
      "js/background.js",
      "js/background.auth.js",
      "js/background.msg.js",
      "js/background.sso.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.min.js",
        "js/common.js",
        "js/contentscript.js",
        "js/contentscript.msg.js",
        "js/contentscript.sso.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.tileacademy.com/*"
      ],
      "js": [
        "js/contentscript.ta.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "name": "TileAcademy Flex",
  "version": "2.2.1",
  "version_name": "com.tileacademy.extension.chrome.2.2.1",
  "description": "Sign into websites with ease & add your favourites to TileAcademy",
  "manifest_version": 2
}