Space Time

Space Time

Time is wacky in space.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Space Time",
  "description": "Time is wacky in space.",
  "version": "1.5",
  "manifest_version": 2,
  "author": "[email protected]",
  "offline_enabled": true,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "gmbackground.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "app.window"
  ]
}