3D Geeks Companion

3D Geeks Companion

This extension allows you to send things and files from the Android and iOS app to Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "3D Geeks Companion",
  "version": "1.0.2",
  "description": "This extension allows you to send things and files from the Android and iOS app to Google Chrome",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "favicon/android-icon-36x36.png",
      "32": "favicon/android-icon-36x36.png",
      "48": "favicon/android-icon-48x48.png",
      "128": "favicon/android-icon-144x144.png"
    }
  },
  "icons": {
    "16": "favicon/android-icon-36x36.png",
    "32": "favicon/android-icon-36x36.png",
    "48": "favicon/android-icon-48x48.png",
    "128": "favicon/android-icon-144x144.png"
  },
  "manifest_version": 2
}