ACPP Extension

ACPP Extension

Save your favourite educational files and bookmarks on the cloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ACPP Extension",
  "version": "3.0.3",
  "description": "Save your favourite educational files and bookmarks on the cloud",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "amazon-cognito-auth.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs",
    "downloads",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/Logo16.png",
      "32": "images/Logo32.png",
      "48": "images/Logo48.png",
      "128": "images/Logo128.png"
    }
  },
  "web_accessible_resources": [],
  "icons": {
    "16": "images/Logo16.png",
    "32": "images/Logo32.png",
    "48": "images/Logo48.png",
    "128": "images/Logo128.png"
  }
}