My Story Editor

My Story Editor

Create a Story and export it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "My Story Editor",
  "description": "Create a Story and export it",
  "version": "2.1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "images/128.png"
  },
  "permissions": [
    "fileSystem",
    "fileSystem.write",
    "storage"
  ]
}