codedoodl.es

codedoodl.es

Creative coding sketches \\ see a doodle every time you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "codedoodl.es",
  "version": "0.0.4",
  "permissions": [
    "http://codedoodl.es",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "js/main.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://codedoodl.es; object-src 'self'",
  "description": "Creative coding sketches \\\\ see a doodle every time you open a new tab",
  "icons": {
    "16": "static/img/icons/icon-16.png",
    "48": "static/img/icons/icon-48.png",
    "128": "static/img/icons/icon-128.png"
  },
  "incognito": "split",
  "options_page": "options.html"
}