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": 3,
"name": "Padlet Mini",
"description": "__MSG_extDescription__",
"version": "5.1.6",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_title": "Add page to Padlet"
},
"default_locale": "en",
"options_page": "options.html",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/pepin.padlet.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/16.png"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.padlet.com\/add-post*",
"*:\/\/*.padlet.org\/add-post*"
],
"run_at": "document_start",
"js": [
"content-scripts\/addpost.js"
]
}
]
}