Gibbs Smith Education

Gibbs Smith Education

Gibbs Smith Education, a division of Gibbs Smith, Publisher, is a leading publisher of customized social studies programs aligned…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gibbs Smith Education",
  "description": "",
  "version": "1.1.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    },
    "permissions": [
      "tabs"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "fileSystem",
    "identity",
    "http://*/",
    "https://*/",
    {
      "fileSystem": [
        "write"
      ]
    },
    "webview",
    "http://localhost:8080/*",
    "http://*/*"
  ],
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "64": "64.png",
    "128": "128.png"
  }
}