Gamestar Mechanic

Gamestar Mechanic

Gamestar Mechanic is an award-winning game and community where you can make and share your own video games.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "urls": [
      "*://gamestarmechanic.com/"
    ],
    "launch": {
      "web_url": "http://gamestarmechanic.com/?cid=chrwebstore"
    }
  },
  "manifest_version": 2,
  "name": "Gamestar Mechanic",
  "version": "1.2",
  "icons": {
    "128": "icon_128.png"
  },
  "short_name": "GSM",
  "description": "Gamestar Mechanic is an award-winning game and community where you can make and share your own video games.",
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}