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": "__MSG_extName__",
"short_name": "__MSG_shortName__",
"homepage_url": "https:\/\/underlineme.com",
"description": "UnderlineMe Notepad",
"default_locale": "en",
"permissions": [
"storage"
],
"optional_permissions": [],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"browser_action": {
"default_title": "__MSG_extName__",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"web_accessible_resources": [
"Inter.otf",
"css\/content-script.css",
"dist\/*"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"options_ui": {
"page": "dist\/index.html",
"open_in_tab": true,
"browser_style": true
},
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/content-script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"content_security_policy": "connect-src ws: http:\/\/localhost:4000 https:\/\/api.underlineme.com https:\/\/*.ingest.sentry.io https:\/\/*.pusher.com; img-src: 'self' data; script-src 'self'; object-src 'self'",
"version": "2.0.3"
}