aboutsummaryrefslogtreecommitdiff
path: root/src/arm/PL1/kernel/demo_functionality.h
AgeCommit message (Expand)Author
2020-01-13Great Reorganisation, modify structure and makefilevetch
under Chromium (e.g. 0.65536.1). #INCLUDE_VERBATIM version_chromium #ELSE #INCLUDE_VERBATIM version #ENDIF , "author": "Wojtek Kosior & contributors", "description": "Control your \"Web\" browsing.", #IF MOZILLA "applications": { "gecko": { "id": "{6fe13369-88e9-440f-b837-5012fb3bedec}", "strict_min_version": "60.0" } }, #ENDIF "icons":{ #COPY_FILE icons/haketilo128.png "128": "icons/haketilo128.png", #COPY_FILE icons/haketilo64.png "64": "icons/haketilo64.png", #COPY_FILE icons/haketilo48.png "48": "icons/haketilo48.png", #COPY_FILE icons/haketilo32.png "32": "icons/haketilo32.png", #COPY_FILE icons/haketilo16.png "16": "icons/haketilo16.png" }, "permissions": [ "webRequest", "webRequestBlocking", "tabs", "<all_urls>", "unlimitedStorage" ], "browser_action": { "browser_style": true, "default_icon": { "128": "icons/haketilo128.png", "64": "icons/haketilo64.png", "48": "icons/haketilo48.png", "32": "icons/haketilo32.png", "16": "icons/haketilo16.png" }, "default_title": "Haketilo", // Both popup.html and settings.html depend on file_preview.html. #LOADHTML html/file_preview.html #LOADHTML html/popup.html "default_popup": "html/popup.html" }, "options_ui": { #LOADHTML html/settings.html "page": "html/settings.html", "open_in_tab": true, "browser_style": false }, #IF CHROMIUM && MV2 #COPY_FILE dummy "web_accessible_resources": ["dummy"], #ENDIF "background": { "persistent": true, "scripts": [ #LOADJS background/background.js ] }, "content_scripts": [ { "run_at": "document_start", "matches": ["<all_urls>"], "all_frames": true, "js": [ #LOADJS content/content.js ] } ] }