yoomzy

yoomzy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "yoomzy",
  "name": "yoomzy",
  "icons": {
    "256": "Icons/inactive.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
  "web_accessible_resources": [
    "Images/yoomzy.png",
    "Images/yoomzy.svg",
    "Images/yoomzy_footer.gif"
  ],
  "permissions": [
    "tabs",
    "https://app.yoomzy.com/",
    "https://mail.google.com/",
    "https://inbox.google.com/"
  ],
  "oauth2": {
    "client_id": "496476801275-eot6nn7o3iut0vrdlr9fahoursf1ubkd.apps.googleusercontent.com",
    "scopes": [
      "profile"
    ]
  },
  "background": {
    "scripts": [
      "/BackgroundScripts/endpoint.js",
      "/BackgroundScripts/axios.js",
      "/BackgroundScripts/background.js",
      "/BackgroundScripts/requests.js",
      "/BackgroundScripts/bg_index.js",
      "/BackgroundScripts/bg_lobby.js",
      "/BackgroundScripts/bg_yoomzybond.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*"
      ],
      "js": [
        "/ContentScripts/inboxsdk.js",
        "/ContentScripts/gmailInjector.js"
      ]
    },
    {
      "matches": [
        "https://app.yoomzy.com/*"
      ],
      "js": [
        "/ContentScripts/yoomzy_tab.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/ContentScripts/index_tab.js"
      ]
    }
  ],
  "manifest_version": 2,
  "version": "0.0.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Yoomzy"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}