BrickBox LEGO Set List Manager

BrickBox LEGO Set List Manager

A Lego Set List Manager Powered by Rebrickable

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BrickBox LEGO Set List Manager",
  "short_name": "BrickBox",
  "app": {
    "background": {
      "scripts": [
        "js/chrome.js"
      ]
    }
  },
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "webview": {
    "partitions": [
      {
        "name": "app",
        "accessible_resources": [
          "index.html",
          "css/*",
          "js/*",
          "fonts/*",
          "images/*"
        ]
      }
    ]
  },
  "icons": {
    "16": "icons/chrome-16.png",
    "32": "icons/chrome-32.png",
    "48": "icons/chrome-48.png",
    "128": "icons/chrome-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "webview",
    "storage",
    "unlimitedStorage",
    "http://brickbox.co/",
    "https://rebrickable.com/",
    "http://fonts.googleapis.com/",
    "https://ssl.google-analytics.com/"
  ],
  "version": "0.8.0",
  "description": "A Lego Set List Manager Powered by Rebrickable",
  "author": "Ben Plum"
}