Star Trek The Next Generation III

Star Trek The Next Generation III

A simple game in which you play as the enterprise destroying romulan war birds. This is

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Star Trek The Next Generation III",
  "description": "A simple game in which you play as the enterprise destroying romulan war birds. This is ",
  "version": "4.82",
  "manifest_version": 2,
  "browser_action": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "offline_enabled": true
}