Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Browser Notes & Reminders",
"version": "1.0.0",
"description": "A simple extension which allows you to manage notes in the new tab window",
"background": {
"persistent": true,
"scripts": [
"\/js\/bg.js"
]
},
"permissions": [],
"web_accessible_resources": [
"images\/*.png",
"js\/*.png",
"images\/*.jpg",
"images\/*.svg",
"js\/*.json",
"js\/*.atlas",
"sound\/*.mp3"
],
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'"
}