Synerise Simulator

Synerise Simulator

Synerise AI-Driven Growth Operating System

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Synerise Simulator",
  "version": "0.95",
  "description": "Synerise AI-Driven Growth Operating System",
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "browser_action": {
    "default_title": "Synerise AI Growth Cloud",
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/jquery-ui.min.js",
        "js/md5.js",
        "widget.js",
        "js/synerise.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*",
    "css/*",
    "js/*",
    "css/*",
    "fonts/*",
    "bar/bar.html",
    "bar/bar.js",
    "menu/menu.html",
    "event/dialog_event.html",
    "event/dialog_related.html",
    "export/dialog_export.html",
    "change/dialog_change.html",
    "html/dialog_html.html",
    "move/dialog_move.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}