Shake Up Learning - by Kasey Bell.

Shake Up Learning - by Kasey Bell.

The Shake Up Learning blog provides teachers with digital learning resources and classroom technology integration ideas.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shake Up Learning - by Kasey Bell.",
  "description": "The Shake Up Learning blog provides teachers with digital learning resources and classroom technology integration ideas.",
  "icons": {
    "16": "images/icon.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Catch up on the latest from Shake Up Learning!",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "version": "1.6"
}