Google Sites

Google Sites

Create and edit sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "version": "0.904",
  "container": "GOOGLE_DRIVE",
  "api_console_project_id": "897606708560",
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "64": "icon_64.png",
    "128": "icon_128.png"
  },
  "offline_enabled": false,
  "manifest_version": 2,
  "background": {
    "allow_js_access": false
  },
  "app": {
    "launch": {
      "web_url": "https://sites.google.com/new?usp=chrome_app"
    }
  }
}