New Tab for Architect : STOa

New Tab for Architect : STOa

The way to contemplate with wider view, the way to understand the Architecture, the way to use the information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "short_name": "__MSG_shortName__",
  "default_locale": "en",
  "version": "0.99.7",
  "manifest_version": 2,
  "permissions": [
    "management",
    "topSites",
    "http://leopon.org/*",
    "http://leopon.org/wp-admin/post.php?post=*",
    "http://leopon.org/wp-admin/*",
    "chrome://favicon/",
    "history",
    "storage",
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    "newtab.html"
  ],
  "icons": {
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}