Anypage

Anypage

Anypage is a blogging/social platform tool that allows you to gather, organize, and present multimedia internet research.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Anypage",
  "description": "Anypage is a blogging/social platform tool that allows you to gather, organize, and present multimedia internet research. ",
  "version": "1.8.22",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Anypage"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "https://infomashup.com/*",
    "activeTab"
  ],
  "web_accessible_resources": [
    "*.png",
    "*.woff"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "mootools.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "css.css"
      ],
      "js": [
        "mootools.js",
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false,
      "run_at": "document_end",
      "exclude_matches": []
    }
  ]
}