GoRes2

GoRes2

Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon.png"
    },
    "default_popup": "popup.html",
    "default_title": "GoRes2"
  },
  "author": "haiyang5210",
  "description": "Provides support to GoRes2 HTML/CSS/Javascript/JSON. No external app installation required",
  "devtools_page": "devtools.html",
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon.png"
  },
  "manifest_version": 3,
  "name": "GoRes2",
  "permissions": [
    "debugger",
    "tabs",
    "storage"
  ],
  "short_name": "GoRes2",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.0"
}