Examine source code of RemoteBoard

Inspect and view changes in RemoteBoard source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "RemoteBoard",
  "description": "__MSG_extDescription__",
  "version": "1.5.14",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{b6b1c682-9132-4374-a469-384be78f6819}"
    }
  },
  "chrome_url_overrides": {
    "newtab": "build/newtab/newtab.html"
  },
  "options_page": "build/modules/index.html#/settings",
  "options_ui": {
    "page": "build/modules/index.html#/settings"
  },
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "build/popup/popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "128": "icon-128.png",
      "192": "icon-192.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://display.dynamicscreen.xyz/*",
        "https://display.preprod.dynamicscreen.xyz/*",
        "https://display.testing.dynamicscreen.xyz/*",
        "https://display.dynamicscreen.test/*"
      ],
      "all_frames": true,
      "js": [
        "build/scripts.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "build/newtab/newtab.html",
    "build/modules/index.html"
  ],
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "192": "icon-192.png"
  },
  "permissions": [
    "https://display.dynamicscreen.xyz/*",
    "https://display.testing.dynamicscreen.xyz/*",
    "https://display.preprod.dynamicscreen.xyz/*",
    "https://getremoteboard.com/*",
    "https://api.dynamicscreen.xyz/*",
    "https://api.testing.dynamicscreen.xyz/*",
    "https://api.preprod.dynamicscreen.xyz/*",
    "https://*.amazonaws.com/*",
    "https://display.dynamicscreen.test/*",
    "https://api.dynamicscreen.test/*",
    "https://modules.getremoteboard.com/*",
    "https://www.googleapis.com/*",
    "https://node.dynamicscreen.services/*",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "chrome://favicon/",
    "identity"
  ],
  "optional_permissions": [
    "topSites",
    "management"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}