Local Memory Project

Local Memory Project

Build collection of local events from local sources

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Local Memory Project",
  "short_name": "Local Memory",
  "description": "Build collection of local events from local sources",
  "version": "0.0.0.17",
  "background": {
    "scripts": [
      "./scripts/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Build Collection"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://cdn.embedly.com https://platform.twitter.com/ https://cdn.syndication.twimg.com/; object-src 'self'",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}