Are.na New Tab

Are.na New Tab

Engage with your channels and your network.

Additional files are visible only to premium users

manifest.json


{
  "name": "Are.na New Tab",
  "version": "0.31.0",
  "description": "Engage with your channels and your network.",
  "manifest_version": 2,
  "permissions": [
    "https://dev.are.na/*",
    "identity"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "index.html",
    "dist/*",
    "background.js"
  ],
  "browser_action": {
    "default_icon": "/icons/icon-128.png",
    "default_title": "Are.na New Tab"
  },
  "icons": {
    "16": "/icons/icon-16.png",
    "48": "/icons/icon-48.png",
    "128": "/icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0ec1bcb2-7fd7-4acb-8e91-7eb33c87cf85}"
    }
  }
}