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": "Intool RSS Feeder",
"description": "Intool RSS Feed",
"version": "0.2.2",
"background": {
"service_worker": "\/background.js"
},
"permissions": [
"activeTab",
"storage",
"clipboardWrite"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"\/content.js"
]
}
],
"icons": {
"32": "icon_32.png",
"64": "icon_64.png",
"128": "icon_128.png"
},
"externally_connectable": {
"matches": [
"*:\/\/*.intool.info\/*"
]
}
}